diff options
author | pav <pav@FreeBSD.org> | 2004-11-13 21:25:48 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-13 21:25:48 +0800 |
commit | 3b7016d514d182bc4a63ac7dcb9427f4adc17614 (patch) | |
tree | 007f2110d72104134f7c03cda645ea8e5bc2a1fc /textproc/csv2xml/pkg-descr | |
parent | 42eb62eefcde0cd5e47de64d8e0ca1898923150e (diff) | |
download | freebsd-ports-gnome-3b7016d514d182bc4a63ac7dcb9427f4adc17614.tar.gz freebsd-ports-gnome-3b7016d514d182bc4a63ac7dcb9427f4adc17614.tar.zst freebsd-ports-gnome-3b7016d514d182bc4a63ac7dcb9427f4adc17614.zip |
Add csv2xml, a simple but effective csv to xml converter.
PR: ports/73895
Submitted by: Jacob Rhoden <jacob@rhoden.id.au>
Diffstat (limited to 'textproc/csv2xml/pkg-descr')
-rw-r--r-- | textproc/csv2xml/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/csv2xml/pkg-descr b/textproc/csv2xml/pkg-descr new file mode 100644 index 000000000000..517e6260f8fe --- /dev/null +++ b/textproc/csv2xml/pkg-descr @@ -0,0 +1,10 @@ +csv2xml - A csv to xml converter + +As the name suggest, csv2xml is a simple csv to xml converter. It +reads csv 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 favourite xml utility. + +WWW: http://csv2xml.sourceforge.net |