Select columns in Table with Regex

../../../../_images/select_table_columns1.svg

Select all columns whose names match a regex.

Documentation

Select all columns whose names match a regex.

Definition

Input ports

port1 table

Input Table

Output ports

port2 table

Table with a subset of the incoming columns

Configuration

Remove matching columns (complement)

When enabled, matching columns will be removed. When disabled, non-matching columns will be removed.

Match full column names (full_match)

When enabled, matching pattern in any part ofcolumn name will be found.When disabled, only matching pattern at the startof column name will be found.

Search (regex)

Regex search pattern for matching column names.

Examples

Implementation

class node_select_table_columns.SelectTableColumnsRegex[source]