rap2hpoutre / pg-anonymizer

Dump anonymized PostgreSQL database with a NodeJS CLI
https://raph.site
MIT License
225 stars 31 forks source link

All text type fields are getting ignored #22

Closed mangvlad closed 2 years ago

mangvlad commented 2 years ago

Have tried different faker functions, but all are getting ignored for any field of type text.

mangvlad commented 2 years ago

The issue was not related to text fields, instead was my config mistake (as an example, instead of setting the field name to 'public.account.notes' it was 'account.notes' for several fields that just happened to be of type text)...