Preprocessing: Move Data

JSON Configuration for move_data

When using the move_data preprocessing step, the following JSON values can be passed:

Example JSON Configuration

{
  "1": {
    "type": "move_data",
    "FromWorkspaceName": "SourceWorkspace",
    "ToWorkspaceName": "DestinationWorkspace",
    "FromTableName": "SourceTable",
    "ToTableName": "DestinationTable",
    "ImportType": "UPDATEADD",
    "FilterCriteria": "\"Department\" = 'Finance'",
    "Additional Parameters": "{\"ZOHO_MATCHING_COLUMNS\": \"Survey Invite Code\"}"
  }
}