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

UPPER_CASE

Changes each string in a column to uppercase, for example: THE QUICK BROWN FOX JUMPED OVER THE FENCE

Parameters
  • sourceColumn – The name of an existing column.

Example

{ "RecipeAction": { "Operation": "UPPER_CASE", "Parameters": { "sourceColumn": "nationality" } } }