Filters the table rows based on values of one or multiple columns with text comparator
Input
Table
2d excel like table
Output
Table
2d excel like table
Configuration
text_filter
List
9
column_name_regex
The name of the columns along which the filter is applied (regexp pattern); Use '*' for all the columns
string
comparator
Comparator
string
=
!=
contains
contains notstartswith
endswith
value
Value
string
stringify_table
If true convert all the value (including numeric) to text. Otherwise none text value are ignored.
bool