e
q
u
e
s
t
a
d
e
m
o < back
Data Masking Components: Dictionary Substitution
{TOC}
"Dictionary Substitution"
API Reference, CLR Reference (links)
Usage Instructions:
Purpose
The purpose of the component is to mask such values as Account or Patient Numbers that often consist of the combination of Alpha and Numeric characters and are not formed by a specific rule.
Algorithm
Variation of Preserving Referential Integrity Substitution SUBSTITUTION PRESERVING REFERENTIAL INTEGRITY
Description
Mask Dictionary Substitution component uses a custom dictionary defined by the user for substitution values. It substitutes based on an indicated key and in such manner preserves the referential integrity. |
Usage Instructions:
1. Configure the source component that you want to mask with your custom data in the variable. | |||||||
2. Open Mask Dictionary Substitution component’s editor, by either double clicking on the component or right-click and choose edit. Select the variable that contains the dictionary from the drop down: | |||||||
3. In Input Columns Tab, select the column you want to mask with the values in the dictionary. | |||||||
4. Now that the metadata for the Masking Dictionary Substitution exists, in Shuffle Columns Tab, map input column from the source to the one in the Dictionary Substitution component. : | |||||||
5. The component’s output columns now contain Masked_column_name**** columns, possessing all the masked values. | |||||||
6. Map the proper columns in the destination component. | |||||||
7. Run the package. | |||||||
Error Handling
Download Example ###** |