Path: blob/main/tests/tools/xml/xml2csv/save_template/toolcfg.tools
428423 views
<configuration>
<source value="source.xml" type="file" help="the input data (stream given by digits or file" category="input" required="true" positional="true"/>
<output value="out" type="file" help="base name for output" category="output"/>
<separator value=";" type="string" help="separating character for fields" category="processing"/>
<quotechar value="" type="string" help="quoting character for fields" category="processing"/>
<xsd value="None" type="string" help="xsd schema to use" category="processing"/>
<validation value="False" type="bool" help="enable schema validation" category="processing"/>
<keep-attributes value="None" type="string" help="Only keep the given attributes" category="processing"/>
<split value="False" type="bool" help="split in different files for the first hierarchy level" category="processing"/>
</configuration>