CSV tools by Workato - Compose CSV action (batch)

The Compose CSV batch action converts a list of objects into a CSV-formatted string. You can use this action to prepare structured data for export, transfer, or storage as a CSV file.

Input

Input fieldsDescription
CSV column namesEnter one column name per line. This defines the order and structure of the CSV.
Create header lineSet to Yes to include a header line at the top of the CSV using the column names provided.
Column delimiterSelect the character used to separate columns in the CSV output.
Force quotesSet to Yes to wrap all values in quotes. Set to No to quote only when necessary.
CSV data linesProvide the list datapill that contains the rows for the CSV. Then, map the corresponding fields to each column you defined in the CSV column names field.

Output

Output fieldsDescription
CSV contentsA text string that represents the formatted CSV. Use this value to upload the file or pass it to another system.

Last updated: