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 Name | Description |
|---|---|
| Step name | Name of the step as it appears in the workflow workspace. This name has to be unique in a single workflow. |
| The field to flatten | The field that must be flattened into different target fields. |
| Target fields | The name of the target field to which the field is flattened. |