Duplicate column
The Duplicate column step enables you to duplicate a specific column. The duplicated column will be added to the end of the dataset.
Step parameters
Duplicate column...
column(string)*: the column to duplicatenew column name
string*: Set a name for the duplicated column.
Example
Input

Configuration
{
"column": "Value",
"new_column_name": "Value_duplicate"
}
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?