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 27 forks source link

Add additional datatypes #3

Open nathanielks opened 4 years ago

nathanielks commented 4 years ago

Currently we support replacing usernames, emails, etc. I would like to expose the other data types the faker library supports as well.

Lusitaniae commented 3 years ago

How about custom field, where we can hardcode a value?

Maybe easier than adding support for each Faker datatype options.

nathanielks commented 3 years ago

That's a good idea @Lusitaniae 👍 I don't have the bandwidth for that currently, but I'd be open to PRs.