View a markdown version of this page

MOVE_TO_START - AWS Glue DataBrew開發人員指南

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

MOVE_TO_START

將資料欄移至資料集的開始位置 (第一個資料欄)。

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

範例範例

{ "RecipeAction": { "Operation": "MOVE_TO_START", "Parameters": { "sourceColumn": "first_name" } } }