Duplicate column
Last updated
Was this helpful?
The Duplicate column step enables you to duplicate a specific column. The duplicated column will be added to the end of the dataset.
Duplicate column... column(string)*: the column to duplicate
new column name string*: Set a name for the duplicated column.
Input

Configuration
Output

an error will be raised if you try to set a name that is already used for another column.
Last updated
Was this helpful?
Was this helpful?
{
"column": "Value",
"new_column_name": "Value_duplicate"
}