Operation table_filter.select_rows in plugin tabular v0.5.3
| Author(s) | Markus Binsteiner (markus@frkl.io) |
| Tags | tabular |
| Operation type | filter |
Inputs
| Name | Description | Type | Required? | Default |
|---|---|---|---|---|
| value | A value of type 'table'. | table | true | null |
| match | The string token to match. | string | false | null |
| case_insensitive | Whether to ignore case. | boolean | false | true |
Outputs
| Name | Description | Type | Required? | Default |
|---|---|---|---|---|
| value | The filtered value. | table | true | null |
Module configuration
Module table.filters
With configuration options:
| filter_name | "select_rows" |