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 renamecolumn
column(string)*: Name of the column to modifynew column name
string*: Name of the new column after modification
Example
Input

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

Last updated
Was this helpful?