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

Fix for null values #7

Open NikolaiGulatz opened 4 years ago

NikolaiGulatz commented 4 years ago

This fixes #6 by ignoring non-transformable values in transformable fields.

I've also added some comments to pass the latest version of golint.

Lusitaniae commented 4 years ago

Solves the problem to me, please merge

JaisDK commented 3 years ago

Any reason this is just sitting here? @nathanielks it would be great to have this issue resolved.