We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that a zipped file is required in order to anonymize the data.
Is correct?
Would it be possible to also accept pure sql files?
The text was updated successfully, but these errors were encountered:
Yes, it is correct. It is historical reason, when I started write this tool I had database dumps in gzip format.
It is very easy to create gzipped file. On unix system you can use command gzip name.sql
gzip name.sql
Sorry, something went wrong.
I second the option to input plain text files. I wan to anonymise SQL dumps with 10GBs and more and un/zipping them takes quite some resources.
No branches or pull requests
It seems that a zipped file is required in order to anonymize the data.
Is correct?
Would it be possible to also accept pure sql files?
The text was updated successfully, but these errors were encountered: