add_column_to_table
Add a new column to every row of a table, with the first cell set to a specified header text.
Instructions
Add a new column to every row of a table. First row gets header_text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_idx | Yes | ||
| header_text | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |