csv2xml is a CVS to XML converter.
Version: 0.6csv2xml is a CVS to XML converter.
License: BSD License
Operating System: Linux
Homepage: csv2xml.sourceforge.net
Developed by:
As the name suggest, csv2xml is a simple CVS to XML converter. It reads CVS files from standard input, and output a valid XML file on standard output.
csv2xml is great if your client asks you to resend a data file as XML, no need to modify your scripts, or for when you have a large csv file and you would like to be able to view/edit it with your favorite XML utility.
How to use csv2xml
If you have a CVS file called test.csv and want to create a file test.xml after installing csv2xml you would type the following:
csv2xml < test.csv > test.xml
Currently there is source code available for anyone using a BSD/Linux based system, it should work in windows but I have not created executables for it. Download the source and follow the README instructions.
What's New in This Release:
· James Roper contributes a patch to allow replacing of unicode characters.