Column adder
[data/table/Column adder]
Adds a column with the specified column name
and column data
to a table
. On conflict, the affected column will be overwritten.
Keywords: table, add, column
Input ports
table:
{string: any}[]
Receives the table to add the column to.
column name:
string
Receives the name of the new column.
column data:
any[]
Receives the column data.
Output ports
table:
Sends the resulting table.
Last updated