Login
Back to bricks list
Introduction Version

Table columns selector

TRANSFORMER
Typing name :  TASK.gws_core.TableColumnsSelector Brick :  gws_core

Select table columns by name

Select part of a table using column names. Multiple column names can be provided.

It also supports regexp.

Input

Table
2d excel like table

Output

Table
2d excel like table

Configuration

filters

Type : ListMaximum occurrences number : -1

name

Searched text or pattern (i.e. regular expression)

Type : string

is_regex

Optional

True to use regular expression, False otherwise

Type : bool