Pierre POMES

Results 46 comments of Pierre POMES

Assuming the original table contains: ``` INSERT into table values(1,"Roger"); INSERT into table values(2,"Rafael"); INSERT into table values(2,"Novak"); ``` you would like to have: ``` INSERT into table values(1,"user1"); INSERT...

> This would be SOOOOO useful! Il will try, I need free time;-)

I have a question, before trying some rewriting to meet your needs: instead of a concat of an existing value (a field 'id') to a fixed value (example 'user'), I...

Ok, I will try to do what you really need!

Hi, I have a draft! I pushed the code into the "issue6" branch, with a test case "concat" to illustrate. I think you can have a look into the test...

Very good idea append-key / prepend-key! Maybe with an optional char as separator.

I modified the initial draft with appendkey/prependkey! Much better, thanks for the idea ;-)

Hi @crummy , did you have any opportunity to test the draft?

Ok, can you give me the dump file for the second test case? Thanks!

Ok, understood. That's the limitation I was talking about on [December 20th](https://github.com/ppomes/myanon/issues/6#issuecomment-1358727241), the key field must be before the field to anonymize. That explains why your first test is ok....