Data Management Systems like TDM often handle sensitive data. To be compliant with Data Privacy laws, Fabric provides a masking category of Actors that can mask sensitive fields like SSN, credit card numbers and email addresses before they are loaded into the target DB.
For example:
Note that if data needs to be masked before it is loaded to Fabric, masking Actors can be used in Broadway population flows.
Another important functionality for systems that need to frequently load data to target DBs is the ability to generate and populate a unique sequence ID.
The MaskingSequence Actor, which also belongs to the masking category, generates a unique sequence ID based on the provided input arguments.
Click for more information about TDM.
Common input arguments of masking Actors are:
The following input arguments are specific to the MaskingSequence Actor:
The following example shows how to mask an Address description and ZIP Code using two masking Actors in the population flow.
The same masking can be implemented in several flows of the same project. For example, if the ZIP Code is populated in several LU tables in Fabric, use the same Actor in the flows and specify the same Masking ID.
The purpose of the MaskingSequence Actor is to enable the implementation of a sequence's solution when creating Broadway flows that load data into a target DB.
The following example shows how to use a MaskingSequence Actor to generate a new sequence for a Customer ID instead of the original one.
Data Management Systems like TDM often handle sensitive data. To be compliant with Data Privacy laws, Fabric provides a masking category of Actors that can mask sensitive fields like SSN, credit card numbers and email addresses before they are loaded into the target DB.
For example:
Note that if data needs to be masked before it is loaded to Fabric, masking Actors can be used in Broadway population flows.
Another important functionality for systems that need to frequently load data to target DBs is the ability to generate and populate a unique sequence ID.
The MaskingSequence Actor, which also belongs to the masking category, generates a unique sequence ID based on the provided input arguments.
Click for more information about TDM.
Common input arguments of masking Actors are:
The following input arguments are specific to the MaskingSequence Actor:
The following example shows how to mask an Address description and ZIP Code using two masking Actors in the population flow.
The same masking can be implemented in several flows of the same project. For example, if the ZIP Code is populated in several LU tables in Fabric, use the same Actor in the flows and specify the same Masking ID.
The purpose of the MaskingSequence Actor is to enable the implementation of a sequence's solution when creating Broadway flows that load data into a target DB.
The following example shows how to use a MaskingSequence Actor to generate a new sequence for a Customer ID instead of the original one.