rap2hpoutre / pg-anonymizer

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

Can not specify colums in tables with uppercase characters #48

Open Lyacones opened 1 year ago

Lyacones commented 1 year ago

Unfortunately, it is not possible for me to anonymize columns that are in tables with uppercase characters

These are always skipped.

I've tried every variant I can think of. For example the following:

-o anont.sql --list=abc."USER".name -o anont.sql --list=abc.\"USER\".name

Is this basically not possible or am I doing something wrong?

Thanks for the help in advance

codemers commented 1 year ago

I have the same issue! @rap2hpoutre is it normal?