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). ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access