====== Copy Value Column To Table ====== ===== Description ===== {{:submodels:submodel16.png?nolink|Submodel}} 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_type|Table]] | Table where the new value column will be copied to | | Column Table | [[lookup_table_type|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_type|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_type|Table]] | Table containing the additional data column and data.| ===== Group ===== [[Functor List#Table | Table]] ===== Notes ===== This update version is just a wrapper around the "Add table colunm functor". ===== Internal Name ===== CopyValueColunmToTable