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 duplicate

  • new column name string*: Set a name for the duplicated column.

Example

Input

Column header - duplicate column input

Configuration

{
    "column": "Value",
    "new_column_name": "Value_duplicate"
}

Output

Column header - duplicate column output

Last updated

Was this helpful?