JOIN
Takes Input from the neutral Table-format and joins it onto the Output, which must also be in the neutral Table-format.
Properties
From | Name of the Input Data Source.The input-source must contain the neutral Table-format. |
To | Name of the Output Data Source. |
Parameters
This Command has no parameters.
Map
This Command does not use any value mappings.
Guide
If no Output-source exists, it will be created as an exact duplicate of the Input-source.
If an Output-source already exists, the Input-source will be joined into the Output-source by using the first column as key, such that rows in Input and Output with the same key will be joined as one, but extending the Output-source with new columns to accommodate the data from the Input-source.
The Input-source will never be altered by this Command.
- 1 Properties
- 2 Parameters
- 3 Map
- 4 Guide