data-anonymization icon indicating copy to clipboard operation
data-anonymization copied to clipboard

Anonymize dependent columns

Open leifg opened this issue 8 years ago • 0 comments

An example is zip and city. It would be very useful if a randomly generated zip code actually matches the correct city. this could be achieved by a syntax like this:

anonymize('zip', 'city').using FieldStrategy::RandomRandomZipcodeAndCity.new

the strategy would then return and array and assign the result to the fields.

leifg avatar May 24 '16 09:05 leifg