Dataset
Merge
Merge activity allows combining two datasets. It allows writing the second data set after the first data set. It allows merging of two data sets without having to have the same pattern. In other words, while there are 3 columns in the first data set, while the second data set has 4 columns, it combines these two data sets.
*Dataset name | Reference name of dataset which will be used for operations. |
*Dataset name 2 | Reference name of the 2nd dataset selected for processing. |
Merge type | Combines two datasets in two different ways: Vertical and Horizontal. |
*New dataset name | Reference name of dataset which will be created. |