-datasource <file name> (optional)
Specify the data source you want to use for the extraction. The XML file contains specifications of all files to be used for extraction and XML output. Make sure that you use this parameter instead of and not in combination with the -datasourcelist, -csvconfig, -i, -calcconfig, -outfile, or -nozip parameters.
-datasourcelist <file name>
Multiple data sources can be extracted simultaneously by means of the -datasourcelist argument. This corresponds to multiple consecutive extraction using the -datasource argument. Only CSV data sources are extracted.
See chapter Extract multiple data sources.
-i <csvfilename> [<csvfilename> ...]
This is where you specify the CSV file(s) to be used for generating an XML output file.
If the path to the CSV input file is specified in the CSV configuration file, the command line parameter -i will be ignored.
-csvconfig <file name>
This is where you specify the name of the CSV configuration file containing the information for generation of the XML output file from the CSV files.
-encoding "<encodingname>" (optional)
This is where you specify the encoding of the CSV files. If you do not specify anything, ISO-8859-15 is used.
If the encoding is specified in the CSV configuration file, the command line parameter -encoding will be ignored.
-calcconfig <file name> (optional)
This is where you specify the name of the XML configuration file with which you can change attributes of the XML output file or add attributes including attribute transformations.
-removeempty (optional)
You use this parameter to remove extracted attributes with no values before the attribute transformation.