Table columns deleter
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
List
-1
name
Searched text or pattern (i.e. regular expression)
string
is_regex
True to use regular expression, False otherwise
bool