Pierre POMES

Results 46 comments of Pierre POMES

For now, I will add a warning in case of the key is after the field to anonymize, update the doc, and merge into main. This limitation could be a...

Yes, json is currently not parsed. Need to implement it.

@mpapis, just to be sure to work on your dataset, can you provide me a sample dump?

Hi! > Update2: also found another use cases with such fields: > > ```sql > '{\"emails_changes\":[[\"[email protected]\"],[\"[email protected]\",\"[email protected]\"]]}', > '{\"emails\":[\"[email protected]\",\"[email protected]\"]}', > '{\"email_changes\":[\"[email protected]\",\"[email protected]\"]}', > ``` Just to be sure, do you mean a...

Thanks for you reply, I think it will be easier for me. Just in case, I submitted my current (non complete) work for static json structure on branch issue24.

Hi @mpapis, Partial work for the moment, code in branch issue24_2 should now cover one of your needs (points.owner). You can have a look at tests/complex.sql and tests/complex.conf I will...

Hi @mpapis, still in the same branch, I added support for fiels separated by a given char. Test case (tests/complex.sql - tests/complex.conf) has been updated.

Hi @mpapis ! Can you have a look to branch [issue24_3](https://github.com/ppomes/myanon/tree/issue24_3), for tests/complex.conf, tests/complex.sql and tests/complex_anon.sql? This should cover all your needs! Many thanks for any feedback, Pierre

Code merged in main branch.