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