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 config option to purge tables #12

Closed PeterBooker closed 2 years ago

PeterBooker commented 2 years ago

Adds the ability to purge (remove) a whole table, like:

{
      "tableName": "wp_users",
      "purge": true,
      "fields": []
}