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

FILL_WITH_NULL

Returns a column with data values replaced by null.

Parameters
  • sourceColumn – The name of an existing column.

Example

{ "RecipeAction": { "Operation": "FILL_WITH_NULL", "Parameters": { "sourceColumn": "rating" } } }