Data Anonymization
We frequently need to transfer data from a prod environment to a test environment (e.g. UAT, PSR) in order to conduct tests on realistic data. Many customers require anonymization of this data, for legal or security reasons. For example:
Personally Identifiable Information (names, email addresses, phone numbers, etc) due to legal concerns.
Sensitive Transaction Data (Order dates/quantities, Invoice amounts, etc) due to security/sensitivity concerns.
This document describes ONE's strategy supporting this type of anonymization.