Rename column

The Replace column step enables you to change the name of a specified column in

Step parameters

  • columns to rename... array(column, name)*: The column(s) to rename

    • column column(string)*: Name of the column to modify

    • new column name string*: Name of the new column after modification

Example

Input

Column header - rename column input

Configuration

{
    "to_rename": [
        ["Group", "New_Group"],
        ["Label", "New_Label"]
    ]
}

Output

Column header - rename column output

Last updated

Was this helpful?