Login
Introduction
Technical Documentation
Tasks
Version

Table columns deleter

TRANSFORMER
Typing name :  TASK.gws_core.TableColumnsDeleter Brick :  gws_core v Parent : 

Delete table columns by name

Delete columns of a table by name. Multiple column names can be provided.

It also supports regexp.

If you want to select column by name instead of deleting them, use the TableColumnSelector.

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