Copy Value Column To Table
Description
This submodel copies the value column from the given lookup table. The new column is created in the given input table using the given column name. If a column with the same name already exists in the given input table, an error will be reported.
Inputs
Name | Type | Description |
---|---|---|
Input table | Table | Table where the new value column will be copied to |
Column Table | Lookup Table | Lookup table (or table) containing a value column that will be copied to the given input table. The key and value column names used by lookup table columns are not meaningful |
New column name | Name | Name of the new column that will be created in the given input table. This names does not have to be same name used by the lookup table value column. |
Optional Inputs
None.
Output
Name | Type | Description |
---|---|---|
Output Table | Table | Table containing the additional data column and data. |
Group
Notes
This update version is just a wrapper around the “Add table colunm functor”.
Internal Name
CopyValueColunmToTable