Name

adams.flow.transformer.LookUpAdd


Synopsis

Adds key-value pairs to the specified lookup table.
The input can either an array or a spreadsheet.
If the input is an array, it must have length 2, with the first element the key and the second one the value. In case of a spreadsheet, the pairs are loaded using the specified columns.


Additional information

Flow input/output:
- input: java.lang.String[], adams.data.spreadsheet.SpreadSheet
- output: java.lang.String[], adams.data.spreadsheet.SpreadSheet


Options