View a markdown version of this page

MOVE_TO_END - AWS Glue DataBrew開發人員指南

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

MOVE_TO_END

將資料欄移至資料集中的結束位置 (最後一個資料欄)。

Parameters
  • sourceColumn – 現有資料欄的名稱。

範例範例

{ "RecipeAction": { "Operation": "MOVE_TO_END", "Parameters": { "sourceColumn": "height_cm" } } }