Left-Join several tables into one gigantic table.

Parameters:

Parameters
Note: All input tables must be sorted on the Key columns using the same sorting algorithm (either all numeric sort or all alphanumeric sort).
The first step before creating any predictive model is to build a learning dataset that contains as many “good” features as possible. This step is known as feature engineering.
Typically, each group of features is computed using a different graph. To save time, you can run all the required feature engineering graphs in parallel using the runPipelines action, the loopPipelines action, or the Loop Jenkins action.
Each feature engineering graph outputs a small .gel file containing additional features.
The final step in constructing your learning dataset is to assemble all these small .gel files into one large, unified .gel file — this becomes your complete learning dataset.
To illustrate how the JoinInput action works, consider the following example:
The goal is to add additional features to a customer.gel_data table. These features are initially stored in three “slave” tables: a.gel_data, b.gel_data, and c.gel_data.
To perform this assembly, you can use any of the following graphs:

