Skip to content

Operation tables.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 pick.

string true null
table_name

The name of the table to pick.

string true null
tables

A tables instance.

tables true null

Outputs

Name Description Type Required? Default
array

The column.

array true null

Module configuration

Module tables.pick.table

With configuration options:

pick_type "column"