pg-anonymizer
pg-anonymizer copied to clipboard
Support for JSON values
Is it possible to anonymize values in JSONs (simple) structure?
Let's say I have JSONB column:
data
----
{"first_name":"Michael","phone":"+123456"}
and I want to anonymize data->>'first_name'
. Would that work too?