.\" $Id: csv2xml.1,v 1.3 2005/07/18 07:14:20 jacob Exp $ .\" .TH ckemail 1 .SH NAME csv2xml - csv to xml converter. .SH SYNOPSIS .B csv2xml < infile > outfile .P .B csv2xml [-m=0,1,2] < infile > outfile .P .B csv2xml [-m=0,1,2] [-n] [-s=character] < infile > outfile .P .B csv2xml -h .P .B csv2xml -v .P .SH DESCRIPTION A simple script to convert csv data to xml data. Could be improved, but lets just say it 'works'. .SH OPTIONS .TP \fB-h\fR Display the help .TP \fB-v\fR Display version information .TP \fB-n\fR Causes any null csv field (field with no data in it) to be omitted from the resulting xml file. .TP \fB-m=[0,1,2]\fR Select the xml output mode, a number between 0 and 2. Each mode displays different styles of xml. .TP \fB-s=character\fR Replaces non unicode characters (those with an ascii code > 127) with character. .SH HISTORY This program was initially developed in 2003 for personal usage. Then in 2004 the program was improved to the point it might be useful for other people. Initially developed under FreeBSD, but now tested on many platforms. Further contributions made in 2005 by James Roper. .SH LICENCE This software written and developed by Jacob Rhoden and released under the Dominoid Open Source Liscence. Refer to http://rhoden.id.au/docs/csv2xml.html for full details. .P .SH AUTHOR Jacob Rhoden, Melbourne, Australia. (jacob@rhoden.id.au)