DekodeInteraktiv / anonymize-mysqldump

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

Add pre-flight config validator #11

Open Clorith opened 2 years ago

Clorith commented 2 years ago

The config needs to follow an expected format, along with strict typecasting.

Adding a pre-flight config validator will avoid unexplained errors mid-transformation.

Clorith commented 2 years ago

Initial implementation in b7925de8c70c76f923f326d334def355f861dc48 which checks for a valid JSON file as a starter.