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