Running the Utility
This section provides instructions for running the XML to CSV Converter utility from the command line.
For Java:
java XMLToCSVBasic InputFile.XML OutputFile.CSV
or
java XMLToCSVBasic -h
For C++ on Win32:
XMLToCSVBasic InputFile.XML OutputFile.CSV
or
XMLToCSVBasic -h
Options follow the parameters except for the help option, which may be specified by itself.
Parameters:
First: File specification of the input XML document (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 CSV file (required). ...