MOVE_AFTER - 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).

MOVE_AFTER

Moves a column to the position immediately after another column.

Parameters
  • sourceColumn – The name of an existing column.

  • targetColumn – The name of another column. The column specified by sourceColumn will be moved immediately after the column specified by targetColumn.

Example

{ "RecipeAction": { "Operation": "MOVE_AFTER", "Parameters": { "sourceColumn": "rating", "targetColumn": "height_cm" } } }