FILL_WITH_EMPTY - Amazon Glue DataBrew
Amazon Web Services 文档中描述的 Amazon Web Services 服务或功能可能因区域而异。要查看适用于中国区域的差异,请参阅 中国的 Amazon Web Services 服务入门 (PDF)

FILL_WITH_EMPTY

返回一列,将缺失的数据替换为空字符串。

参数
  • sourceColumn:现有列的名称。

例 示例

{ "RecipeAction": { "Operation": "FILL_WITH_EMPTY", "Parameters": { "sourceColumn": "wind_direction" } } }