Mask Operation

Here is the 'Mask' operations for Boolean type transformation

Mask

Masks the value of the input boolean to create a deterministic output.

Full Masking

Masks the whole boolean and replaces the values with “XXXX”

Partial Masking

Masks the substring of the Boolean value between the selected indexes

Last updated