MOVE_TO_START
Moves a column to the beginning position (first column) in the dataset.
Parameters
-
sourceColumn
– The name of an existing column.
Example
{ "RecipeAction": { "Operation": "MOVE_TO_START", "Parameters": { "sourceColumn": "first_name" } } }