Rolf

Results 36 comments of Rolf

Sorry for the delay. I just had a quick glance over Java Faker, that seems to be a good fit because it also generates a lot of other stuff we...

Hello subeeshes, thanks for reminding me. sqlitedb is not yet part of the supported driver list. I expect it to work without too much problems, I'll try to add it...

Anonimatron currently works with a concurrent updatable resultset. This allows for fast processing of records, as we run with a cursor through the resultset we can anonymize data in-place. SQLite...

Without any information there is no telling what is causing this. It would help if you could provide me with: - The java version (and settings) you are using -...

Currently the DateAnonymizer only handles java.sql.Date objects. Apparently the resultset returns DateTime objects because the database contains the timestamp datatype. I need to add a testcase for this situation and...

Hi, Glad you like it. Anonimatron should give you the data as the jdbc driver got it from the database. The best example I could find right now is the...

Great thanks, I'll have a look and also will see if I can make it work on 1.6 again. > Op 9 mei 2016 om 22:16 heeft nmiller12 [email protected] het...

Hi, `UK_POST_CODE` seems to be the correct term to use. Can you share (part of) your configuration file so I can see what might be wrong? Thanks!

Hi Sandor, I just reproduced your situation and concluded that it is a bug in Anonimatron. The UK Postal Code Anonymizer is not registered in class AnonymizerService. An easy workaround...