Skip to main content

CSV Format

The CSV Format activity formats data into CSV structure.

Configuring the CSV Format Activity

To configure the CSV Format activity, fill in the required fields in the activity panel.

Configuration

FieldRequiredDescriptionExample
NameRequiredSpecify the name for this activity.MyActivity
DescriptionOptionalSpecify the description for this activity.Reads a file from S3
Column DefinitionsRequiredDefine CSV columns. Mark _key for unique identification. Use upload to import from a sample.

Advanced

FieldRequiredDescriptionExample
Start RowOptionalRow number to start reading from (1-based).Starting Row Number
Quote CharOptionalCharacter to enclose field values. NONE disables quoting Options: Single Quote, Double Quote, NONE.Quote Character
Column SeparatorOptionalDelimiter between columns Options: Comma, Pipe, Tab.Provide Column Separator
Array Element SeparatorOptionalCharacter separating elements within an array field Options: Comma, Pipe, Semicolon.Array Element Separator
Line SeparatorOptionalLine ending format. LF for Unix/Mac, CRLF for Windows Options: Line Feed (\n), Carriage Return + Line Feed (\r\n).Line Separator
Null ValueOptionalString representation of null values (e.g., empty string, 'NULL').Null Value
Has HeaderOptionalInput has a header row with column names.
Skip First Data RowOptionalSkip the first data row after the header.
Strict HeadersOptionalColumn headers must exactly match the defined column names.