Operation table_filter.drop_columns in plugin tabular v0.5.0
| 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 |
| columns | The name of the columns to include. | list | false | null |
| ignore_invalid_column_names | Whether to ignore invalid column names. | 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 | "drop_columns" |