Running the Utility
This section provides instructions for running the CSV to XML Converter utility from the command line.
For Java:
java CSVToXMLBasic InputFile.CSV OutputFile.XML
or
java CSVToXMLBasic -h
For C++ on Win32:
CSVToXMLBasic InputFile.CSV OutputFile.XML
or
CSVToXMLBasic -h
Options follow the parameters except for the help option, which may be specified by itself.
Parameters:
First: File specification of the input CSV file (required). The specification may include the full or relative path name. If no path name is specified, the file is assumed to reside in the current working directory. The full file name must be specified, but there is no restriction on the extension name.
Second: File specification of the output XML document (required). ...