Add Many Columns

By for October 20, 2016
Language

Report Abuse
This module can combine up to 5 datasets into a single dataset by concatenating their columns together. It is similar to the built-in Add Co
This module can combine up to 5 datasets into a single dataset by concatenating their columns together. It is similar to the built-in Add Columns module except it allows more than 2 (up to 5) input datasets. Please note that it is required that all input datasets have the same number of rows, and there is no column name collision. Source code of this module can be found in GitHub repo here.