Skip to content

component xmltocsv

Raymond Meester edited this page Mar 21, 2023 · 5 revisions

Converts an XML to CSV.

Path

Path can be empty.

Options

Name Description Default Type
includeHeader This option allows you to determine whether to include a header in the CSV output. Yes Boolean
includeIndexColumn This option allows you to determine whether to include an index column in the CSV output. No Boolean
indexColumnName This option allows you to specify the name of the index column that is to be added in the CSV output. The default value for this option is line. Line String
delimiter This option allows you to specify the character that separates the column values in the CSV output. , String
lineSeparator This option allows you to determine the character that separates the lines in the CSV output. String
sortColumns This option allows you to determine how the columns must be sorted (by their names) in the CSV output. Valid values are: original, ascending, descending. original String
quoteFields This option allows you to determine which fields must be quoted in the CSV output.Valid values: all fields, non integer fields, no fields. all fields String
xpathExpression This options allows you to specify an XPath expression that determines the content of the XML that is to be processed. String
Clone this wiki locally