When using the HASHDOB masking function in Fast Data Masker (FDM) or TDM Portal, users observe that date fields are not being masked:
FDM treats data in flat files and VARCHAR columns as string/character data by default. Unlike native Date data types, these formats do not have an inherent date structure.
If the HASHDOB function is called without a defined date format, FDM cannot parse the value into a valid date object. To avoid data corruption, the function skips the masking process for that field. In older versions, this occurred silently without throwing an error, potentially leaving PII unmasked.
To resolve this issue, you must explicitly define the date format in your masking configuration or upgrade to a version that enforces this requirement.