Data anonymization steps

  • Add noise to date: replace the date with new random date near the original value to anonymize your date values.

  • Add noise to number: replace the original value with newly generated number that is near the original to anonymize numeric data.

  • Mask text: mask parts of text to hide personal or private data.