data-anonymization
data-anonymization copied to clipboard
Clarify whitelist strategy requirements
RIght now it looks like to use the whitelist strategy, you have to:
- Have a destination database
- Destination database must already be created
- Structure of tables and everything also has to be created
- Data can't be in there, though?
I don't see any documentation of this anywhere, and I only figured it out by looking through past issues that matched problems I'd been having. It would be nice if the code examples or README explained this.