Skip to content

Csv Stringify

Build a single CSV record from ordered event fields.

Transform json

actions:
- csv-stringify: {}
JSON
{
"actions": [
{
"csv-stringify": {}
}
]
}

A ✓ marks a field that accepts a context variable such as {{ VARIABLE }}.

Field Type Required Description
description string describe this step.
condition lua-expression (string) Only run this action if the specified condition is met.
Examples: 2 * count()
fields string[] Ordered list of fields that form the CSV record.
delimiter string Delimiter to use when writing CSV values.
always-quote boolean (bool) Quote all values (recommended for Excel compatibility).
Default: false
output-field field (string) Field receiving the generated CSV line.
Examples: data_field