Name

adams.flow.transformer.SpreadSheetVariableRowIterator


Synopsis

Iterates through a defined range of rows. In each iteration the cell values of the defined column range are mapped to variables.
By default the (cleaned up) header names of the columns are used as variable names. To avoid name clashes, a prefix can be chosen for the variable names.
The subset of columns of the row in the current iteration can be output as spreadsheet well (computationally expensive). By default, the complete spreadsheet is forwarded as is.


Additional information

Flow input/output:
- input: adams.data.spreadsheet.SpreadSheet
- output: adams.data.spreadsheet.SpreadSheet


Options