SPLIT_COLUMN_FROM_START - 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_START

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

Parameters
  • sourceColumn – The name of an existing column.

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

Example

{ "RecipeAction": { "Operation": "SPLIT_COLUMN_FROM_START", "Parameters": { "position": "1", "sourceColumn": "first_name" } } }