Reference: XML-to-CSV Step Properties
Common Tab
Property | XML Attribute Name | Description |
|---|---|---|
Step Id
| id
| The unique ID of the xml-to-csv step within the assembly. |
Input
| input
| Specifies where the xml-to-csv step obtains data as input. There are 5 possible values:
|
Output
| output
| Specifies where the xml-to-csv step directs the output. There are 5 possible values:
|
Separator
| separator
| The separator character to insert after each data entry in the CSV output file. |
Line Separator
| line-separator
| The new line separator character to insert after each data entry in the CSV output file. Supports these values:
|
Write Header Line
| writeHeaderLine
| Specifies whether the xml-to-csv step inserts the names of the sequential child elements from the XML document as comma-separated values in the first line in the output document. |
Format
| format
| Specifies whether your CSV output documents are RFC-4180 compliant. You can enter either of these values:
rfc4180 , then your CSV output documents will comply with RFC-4180 standards.
If you enter simple , or leave the field blank, then the xml-to-csv step:
|
Advanced Tab
Property | XML Attribute Name | Description |
|---|---|---|
Description
| description
| A description of the xml-to-csv step that displays in the consolidated log. You can use this feature to describe the step's function and the data on which it is operating. |
Execute When
| execute-when
| A condition that determines whether the xml-to-csv step executes. |