SPLIT_COLUMN_BETWEEN_POSITIONS - 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_BETWEEN_POSITIONS

Splits a column into three new columns, according to offsets that you specify.

Parameters
  • sourceColumn – The name of an existing column.

  • startPosition – The character position where the split is to begin.

  • endPosition – The character position where the split is to end.

Example

{ "RecipeAction": { "Operation": "SPLIT_COLUMN_BETWEEN_POSITIONS", "Parameters": { "endPosition": "12", "sourceColumn": "last_name", "startPosition": "2" } } }