Copy Column
Creates a new column with the same content as an existing column.
Example
name | city |
John | London |
Jane | Paris |
→
name | copy | city |
John | John | London |
Jane | Jane | Paris |
Configuration
The following option(s) are available when configuring this transform.
Adding the Transform
- Select one or more columns by clicking on a column header in the table.
- Find Copy transform under Column Manipulation group.
Alternatively, you can click on + Add Script Step on the right of the Wrangler to find Copy transform after expanding Column Manipulation group.

Key Considerations
The new column will have a default name copy
, to change it you can use Rename Column.