Login
Back to bricks list
Introduction Version

Table rows selector

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

Select table rows by name

Select part of a table using row names. Multiple row 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