-
-
Notifications
You must be signed in to change notification settings - Fork 9
component csvtoxml
Raymond Meester edited this page Mar 7, 2023
·
3 revisions
Converts CSV to XML.
Path can be empty.
Name | Description | Default | Type |
---|---|---|---|
delimiter | Specifies the delimiter character for the fields of a CSV line. | , | String |
useHeader | If you want to use the first line of CSV to function as header values. If the first line of the CSV don't contain header values, set this to option to no. | yes | String |
xmlEncoding | Specifies the encoding for the resulting XML. | UTF-8 | String |