Skip to main content

Row Flattener

Description

Row Flattener takes values from consecutive rows and places them side by side as columns in a single output row. Use this step when your data arrives as multiple rows that logically belong together and need to be combined into a wider format — for example, converting three consecutive address line rows into a single row with Address1, Address2, and Address3 columns. You define the target field names, and the step fills them sequentially from the incoming rows.

Configurations

Field NameDescription
Step nameName of the step as it appears in the workflow workspace. This name has to be unique in a single workflow.
The field to flattenThe field that must be flattened into different target fields.
Target fieldsThe name of the target field to which the field is flattened.