Select columns in Table with Table¶
Select columns in Table by using column in selection Table.
Definition¶
Input ports¶
- port1
Type: tableDescription: Selection- port2
Type: tableDescription: Input Table
Output ports¶
- port1
Type: tableDescription: Table with columns in Selection removed
Configuration¶
- Remove selected columns (complement)
When enabled, the selected columns will be removed. When disabled, the non-selected columns will be removed.
- Column with column names (selection_column)
Select column in Selection Table used for column name filtration.
Examples¶
Example flows demonstrating this node:
Implementation¶
- class node_select_table_columns.SelectTableColumnsFromTable[source]