Differences
This shows you the differences between two versions of the page.
|
copy_value_colunm_to_table [2020/04/29 12:18] argemiro created |
copy_value_colunm_to_table [2020/04/29 12:32] (current) argemiro |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Copy Value Colunm To Table ====== | + | ====== Copy Value Column To Table ====== |
| ===== Description ===== | ===== Description ===== | ||
| Line 6: | Line 6: | ||
| ===== Inputs ===== | ===== Inputs ===== | ||
| - | + | ^ Name ^ Type ^ Description ^ | |
| - | None. | + | | 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 ===== | ===== Optional Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ Default Value ^ | + | None. |
| - | | Step | [[positive_integer_value_type|Positive Integer Value]] | Current index, step or model iteration. | | + | |
| ===== Output ===== | ===== Output ===== | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | String| [[string_type|String]] | String | | + | | Output Table| [[table_type|Table]] | Table containing the additional data column and data.| |
| ===== Group ===== | ===== Group ===== | ||
| - | [[Functor List#Stack | Stack]] | + | [[Functor List#Table | Table]] |
| ===== Notes ===== | ===== Notes ===== | ||
| - | This update version is just a wrapper around the "Add table colunm functor. | + | This update version is just a wrapper around the "Add table colunm functor". |
| ===== Internal Name ===== | ===== Internal Name ===== | ||
| CopyValueColunmToTable | CopyValueColunmToTable | ||