Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add option anonymize tables during export #1

Open
kaystrobach opened this issue May 31, 2015 · 2 comments
Open

add option anonymize tables during export #1

kaystrobach opened this issue May 31, 2015 · 2 comments

Comments

@kaystrobach
Copy link
Owner

the parameter -w

for example:

-w "0=1 union select persistence_object_identifier, anrede, titel, 'plong', 'pling', strasse, hausnummer, plz, ort, email, telefon, mobil, zimmer, adresszusatz, organisation from flow_project_domain_model_kontakt"

can be used to overwrite data with a union and anonymize data this way

so idea is to do a:

  • normal mysqldump for all tables not in the list of tables to anonymize
  • create a special export for all tables and paste the content to the end of the generated sql file
@pruss
Copy link

pruss commented Sep 2, 2015

I've added some more features like obfuscation of tagged HTML-data which could be used in RTE. See https://github.com/pruss/UON.Anoymizer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants