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

REPLACE_BETWEEN_DELIMITERS

Replaces the characters between two delimiters with user-specified text.

Parameters
  • sourceColumn – The name of an existing column.

  • startPattern – Character or characters or a regular expression, indicating where the substitution is to begin.

  • endPattern – Character or characters or a regular expression, indicating where the substitution is to end.

  • value – The replacement character or characters to be substituted.

Example

{ "RecipeAction": { "Operation": "REPLACE_BETWEEN_DELIMITERS", "Parameters": { "endPattern": ">", "sourceColumn": "last_name", "startPattern": "<", "value": "?" } } }