Package adams.flow.transformer.spreadsheetmethodmerge
-
Class Summary Class Description AbstractMerge Base class for all spreadsheet merge methods.AbstractMerge.SourceColumn Helper class for determining the mapping from input columns in the source spreadsheets to output columns in the merged spreadsheet.JoinOnID Joins the spreadsheets by concatenating rows that share a unique ID.Simple Just merges the spreadsheets side by side.Simple.SimpleRowSetIterator Enumeration class which just returns the concatenation of the source data rows in order.