Login
Back to bricks list
Introduction Version

Table rows deleter

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

Delete table rows by name

Delete rows of a table by name. 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