Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Latest commit

 

History

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

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)