Skip to content

Latest commit

 

History

History
executable file
·
13 lines (9 loc) · 400 Bytes

RecordSplitter-transform.md

File metadata and controls

executable file
·
13 lines (9 loc) · 400 Bytes

Record Splitter Transform

Description

Given a field and a delimiter, emits one record for each split of the field.

Configuration

Field to Split: The field containing the value to split. (Macro-Enabled)

Delimiter: The delimiter that should be used to split the field. (Macro-Enabled)

Output Field: The name of the field in the output schema. (Macro-Enabled)