Module: Append SpreadSheets ()
This module is experimental. Experimental features offer a preview of features to come in future releases of . Note that no technical support will be provided for experimental features.
This module takes two spreadsheets as inputs and gives a new spreadsheet as output which is a concatenation of inputs.
The append operation can be done only if inputs tables in spreadsheets have the same number of rows. If there is not a single tables combination possible, the output will be the same spreadsheet as the first input.
Also, if two columns have the same name, only the first column with this name will be added in the output.
Data [required]
SpreadSheet data used as reference. The output spreadsheet will have the same type. The following types of Spreadsheets can be used as input: Spreadsheets, Label Analysis or Image Analysis.
Data2 [required]
Spreadsheet data to append with the first spreadsheet. Can use the same types of Spreadsheets than the first data port as input.