Masking data
In Algoreus, you can mask sensitive data such as social security numbers. This feature is applicable for all types of columns except Boolean and Bytes.
To mask fields in a column, follow these steps:
Click the drop-down button next to the column name.
Click Mask, and then select the masking technique you want to perform.
Show the last 4 characters only
This option adds the mask-number directive as a transformation step to the recipe.
Show the last 2 characters only
This option also adds the mask-number directive as a transformation step to the recipe.
Custom selection
You can select the position of the characters in the column you want to mask. For example, if you select the last 10 characters in a string of 20 characters, Algoreus masks all characters in each field except for the first 10 characters.
To select specific characters to mask:
Click the drop-down button next to the column name.
Click Mask, and then select Custom selection. The column appears with a blue background, signifying you are in Mask Data mode.
In any field, highlight the characters you want to mask and click Apply.
That portion of the value is masked for all fields in the column.
Custom selection adds the mask-number directive to the recipe. When you run the data axon, the transformation will be applied to all values in the column.
By shuffling
When you select By shuffling, Algoreus applies a random masking pattern to each field in the column.
By shuffling adds the mask-shuffle directive as a transformation step to the recipe.
Last updated