Table of Contents

Search

  1. Preface
  2. Transformations
  3. Source transformation
  4. Target transformation
  5. Access Policy transformation
  6. Aggregator transformation
  7. B2B transformation
  8. Chunking transformation
  9. Cleanse transformation
  10. Data Masking transformation
  11. Data Services transformation
  12. Deduplicate transformation
  13. Expression transformation
  14. Filter transformation
  15. Hierarchy Builder transformation
  16. Hierarchy Parser transformation
  17. Hierarchy Processor transformation
  18. Input transformation
  19. Java transformation
  20. Java transformation API reference
  21. Joiner transformation
  22. Labeler transformation
  23. Lookup transformation
  24. Machine Learning transformation
  25. Mapplet transformation
  26. Normalizer transformation
  27. Output transformation
  28. Parse transformation
  29. Python transformation
  30. Rank transformation
  31. Router transformation
  32. Rule Specification transformation
  33. Sequence transformation
  34. Sorter transformation
  35. SQL transformation
  36. Structure Parser transformation
  37. Transaction Control transformation
  38. Union transformation
  39. Vector Embedding transformation
  40. Velocity transformation
  41. Verifier transformation
  42. Web Services transformation

Transformations

Transformations

Masking techniques

Masking techniques

The masking technique is the type of data masking to apply to a selected column.
Select one of the following masking techniques:
Credit Card masking
Applies a credit card mask format to columns of string data type that contain credit card numbers.
Email masking
Applies an email mask format to columns of string data type that contain email addresses.
Advanced Email Masking
Masks an email address with a realistic email address from a first name, last name, and a domain name. You can mask the string data type.
IP Address masking
Applies an IP address mask format to columns of string data type that contain IP addresses.
Key masking
Produces deterministic results for the same source data and seed value. You can apply key masking to datetime, string, and numeric data types.
Phone masking
Applies a phone number mask format to columns of string data type that contain phone numbers.
Random masking
Produces random results for the same source data and mask format. You can apply random masking to datetime, string, and numeric data types.
SIN masking
Applies a Social Insurance number mask format to columns of string data type that contain Social Insurance numbers.
SSN masking
Applies a Social Security number mask format to columns of string data type that contain Social Security numbers.
Custom Substitution masking
Replaces a column of data with similar but unrelated data from a custom dictionary. You can apply custom substitution masking to columns with string data type.
Dependent masking
Replaces a field value with a value from a custom dictionary based on the values returned from the dictionary for another input column. You can mask the string data type.
Substitution masking
Replaces a column of data with similar but unrelated data from a default dictionary. You can apply substitution masking to columns with string data type.
URL masking
Applies a URL mask format to columns of string data type that contain URLs.

0 COMMENTS

We’d like to hear from you!