DUPLICATE - Amazon Glue DataBrew
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

DUPLICATE

Creates a new column with the different name, but with all of the same data. Both the old and new columns are retained in the dataset.

Parameters
  • sourceColumn – The name of an existing column.

  • targetColumn – A name for the duplicate column.

Example

{ "RecipeAction": { "Operation": "DUPLICATE", "Parameters": { "sourceColumn": "last_name", "targetColumn": "copy_of_last_name" } } }