Currently the anonymize operations update the tables directly. This can be improved with an optional destination database.
Few options around this:
- Copy and save only only the changed fields
- Copy and save the updated fields and the unchanged fields
- Optionally, dump the updates onto the screen for the user to pipe to a file
Currently the anonymize operations update the tables directly. This can be improved with an optional destination database.
Few options around this: