Create csv file based on passed objects and a specified data format.
Input parameters
Name | Description | Type | Required | Default value |
---|
Dataformat | The dataformat used the specify the rows of the csv. | DATA_FORMAT | true | |
Delimiter | The delimiter to be used in the csv. | STRING | true | ';' |
Enable Header | Wether or not to add a header line to the csv. | BOOLEAN | true | true |
Use firstrow | Use the firstrow to determine the header | BOOLEAN | false | false |
Rows | The rows to be added to the csv. | ARRAY | true | |
Output
Name | Description | Type | Default value |
---|
File | null | FILE | |