Mask Contents in a CSV

The hash-csv-fields block enables you to hash/mask the contents in a CSV file. This can be used when the CSV file contains PII data or any sensitive data. The hashing algorithm supported are:

  • SHA-256
  • SHA-512
  • SHA-1
  • MD5
  • RIPEMD-160
FieldDescription
EnabledSelect true to enable the hashing.
Hashing AlgorithmLists the available supported hashing algorithms.
Headers need to be hashedDefine the column header names that need to be hashed. The headings should be comma-separated without spaces between them. Syntax: heading1,heading2
  • *Example:** email,mobile
DelimiterThe delimiter used to separate the header names. The delimiters supported are:
  • Pipe (|)
  • Comma (,)
  • Ampersand (&)
  • Per cent (%)