humanmade / go-anonymize-mysqldump

Allows you to pipe data from mysqldump or an SQL file and anonymize it.
GNU General Public License v3.0
60 stars 26 forks source link

Some columns may require the same value/transformation #10

Open Lusitaniae opened 4 years ago

Lusitaniae commented 4 years ago

We have a user table where username and email columns contain the same value.

We'd like that the anonymized replacements would be the same for both columns in the same row.