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

SPLIT_COLUMN_FROM_END

Splits a column into two new columns, at an offset from the end of the string.

Parameters
  • sourceColumn – The name of an existing column.

  • position – The character position, from the right end of the string, where the split is to occur.

Example

{ "RecipeAction": { "Operation": "SPLIT_COLUMN_FROM_END", "Parameters": { "position": "1", "sourceColumn": "nationality" } } }