Data Table
Puts rows from a data table into the row stream
Processing
The step iterates over items from a data table and exposes each row as a result to be placed in output fields.
Settings
Name | Type | Description |
---|---|---|
Data Table |
list |
The list of items to process. Evaluated for each input row |
Results
Name | Type | Description |
---|---|---|
row_nr |
long |
The number of the currently generated row. This number resets for every input row. |
row_count |
long | The number of rows in the table. |
row |
any | The current row. |