Modify column
modify_columnRename a custom column or set the same value across all existing job rows, while refusing built-in fields and backing up the file first.
Instructions
Modify a custom column: rename it (new_name) and/or set the same value into every existing job row (fill_value; pass an empty string to clear the column). At least one of new_name / fill_value is required. Refuses on the built-in columns and on a missing column. Backs the file up first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Current header text of the column to modify. | |
| new_name | No | New header text (renames the column). | |
| fill_value | No | If given, written into this column for every existing job row (empty string clears the column). |