Consistent data masking
When the same value appears twice in the input data, consistent masking functions output the same masked value in the same Job execution.
However, two different input values can be masked with the same value in the output.
Consistent data masking examples
The following table shows examples of generated masked values using the Mask email
left part of domain with consistent items function:
Input values | Extra Parameter | Examples of masked values |
---|---|---|
newuser@domain.com | "talend,value,newcompany" | newuser@newcompany.com |
admin@company.com | "talend,value,newcompany" | admin@value.com |
newuser@domain.com | "talend,value,newcompany" | newuser@newcompany.com |
user@company.com | "talend,value,newcompany" | user@value.com |
user@domain.com | "talend,value,newcompany" | user@newcompany.com |