Operation table.pick.column in plugin tabular v0.5.3
Pick one column from a table, returning an array.
| Author(s) | Markus Binsteiner (markus@frkl.io) |
| Tags | tabular |
| Operation type | custom_module |
Inputs
| Name | Description | Type | Required? | Default |
|---|---|---|---|---|
| column_name | The name of the column to extract. | string | true | null |
| table | A table. | table | true | null |
Outputs
| Name | Description | Type | Required? | Default |
|---|---|---|---|---|
| array | The column. | array | true | null |
Module configuration
Module table.pick.column
No configuration options set