List to Rows
Put values from a list into the row stream
Processing
For every input row, the step iterates over items from a list and exposes each item as a result to be placed in output fields.
Settings
Name | Type | Description |
---|---|---|
Items |
list |
The list of items to process. Evaluated for each input row |
Results
Name | Type | Description |
---|---|---|
item_nr |
long |
The number of the currently generated row. This number resets for every input row. |
item_count |
long | The number of items in the currently processed list. |
item |
any | The current item from the item list. |