CSV
| With the CSV app in , you can create and parse csv text. |
---|
You do not need to establish a connection to use the CSV app.
You can use the following modules to build your .
Merges selected text items and returns them in the CSV format.
The Create CSV aggregator lets you create csv text from received text values.
Field | Description |
---|---|
Source Module | Select the app module you are using to aggregate the fields you need. |
Aggregate fields | Select the fields you want to aggregate from the list of available fields. |
Include headers in the first row | When selected, includes the headers in the result. |
Delimiter | Select the delimiter character to separate the values. If you select Other, a Delimiter character field will populate below where you can specify the character. |
Delimiter character | Specify which delimiter character is used to separate the values if you selected Other. It must be only one character. |
Newline | Select the newline that is used to indicate the end of a line of text. |
Group by | Enter the filter to group the results. For example, a date. |
Stop processing after an empty aggregation | When selected, the stops when there are no results. |
Merges selected text items and returns them in the CSV format. Employs Data structure to define CSV columns in the resulting CSV file.
The Create CSV (advanced) aggregator lets you create a csv text from received text values. It employs a Data structure that defines the CSV columns in the resulting CSV file. Once defined, the columns appear as fields in the CSV module setup, available for mapping.
Field | Description |
---|---|
Source Module | Select the app module you are using to aggregate the fields you need. |
Data Structure | Select the data structure to aggregate the fields in the way you want. See Adding a data structure. After defining the data structure, you can map the items to the corresponding fields. |
Aggregate Fields | Provides a list of fields you want to aggregate. |
Include headers in the first row | When selected, includes headings in the first row. |
Delimiter | Select the delimiter character to separate the values. If you select Other, a Delimiter character field will populate below where you can specify the character. |
Delimiter character | Specify which delimiter character is used to separate the values if you selected Other. It must be only one character. |
Newline | Select the newline that is used to indicate the end of a line of text. |
Group by | Enter the filter to group the results. For example, a date. |
Stop processing after an empty aggregation | When selected, the Make stops when there are no results. |
Parses a CSV file.
The Parse CSV transformer lets you parse a csv text from a received text value or a file. If your data comes in binary form (typically from a file), you have to use the toString() function to convert the binary data to String:
Field | Description |
---|---|
Number of columns | Specity the number of columns in the CSV file. |
CSV contains headers | When selected, includes the headers in the result. |
Delimiter | Select the delimiter character to separate the values. If you select Other, a Delimiter character field will populate below where you can specify the character. |
Delimiter character | Specify which delimiter character is used to separate the values if you selected Other. It must be only one character. |
Preserve quotes inside unquoted field | Select Yes or No. |
CSV | If your data comes in binary form, you have to use the toString function to convert it to String. |