Skip to content

Operation assemble.tables in plugin tabular v0.5.0

Assemble a 'tables' value from multiple tables.

Depending on the module configuration, 2 or more tables can be merged into a single 'tables' value.

Author(s) Markus Binsteiner (markus@frkl.io)
Tags tabular
Operation type custom_module

Inputs

Name Description Type Required? Default
table_1

The table to merge (#1).

table true null
table_2

The table to merge (#2).

table true null
table_name_1

The alias for table #1.

string true null
table_name_2

The alias for table #2.

string true null

Outputs

Name Description Type Required? Default
tables

The assembled tables instance.

tables true null

Module configuration

Module assemble.tables

No configuration options set