UUID
Below is a list of available UUID mask functions.
Hasher
This function uses the FarmHash library to hash categorical values consistently. The Hasher maps one numeric value to another based on the FarmHash implementation, ensuring consistent results for identical inputs. This function is particularly useful when you need to anonymize numerical fields while maintaining a one-to-one relationship between input and output values, in other words, hashed values preserve the uniqueness and the format of the original data.
Parameters
No parameters.
Example
If you configure:
The results will be:
Last updated
Was this helpful?