pg-anonymizer icon indicating copy to clipboard operation
pg-anonymizer copied to clipboard

Support for JSON values

Open Laykou opened this issue 1 year ago • 1 comments

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?

Laykou avatar Sep 07 '23 13:09 Laykou