Is it possible to revert the changes made a data load?
Yes, changes made by a data load can be reverted depending on the action type and configuration. DSP provides flexible rollback options:
For Updates:
- If Log to File is enabled, the target target data is saved as a JSON log file before the update. To revert updates, use Restore Updated From Log File quick action on the Batch Execution or Execution record.
For Inserts:
- Click Delete Inserted Records from the Execution record to delete all records inserted.
- To delete records from a specific batch, go to the Batch Execution record, open the Verify tab, select and delete target records directly from the data list.
For Deletes:
- Use Restore From Recycle Bin if the records are still available in the recycle bin. This will keep the original record ID.
- If Log to File is enabled, use Re-Create Deleted From Log File on the Batch Execution to restore deleted data from the saved log file.
Note: Reversion is not supported when Action to Bulk API is enabled.