A developer needs to create test data for customer applications. The data must contain realistic customer data that other developers can access in the company development environment.
The developer creates a data service that returns masked customer data such as the the customer ID, credit card number, and income. The mapping includes a Data Masking transformation that transforms the customer data.
The following figure shows the mapping:
The mapping has the following transformations:
Read_Customer_Data. Contains customer credit card and income information.
Customer_Data_Masking transformation. Masks all columns except FirstName and LastName. The Data Masking transformation passes the masked columns to the target.
Customer_TestData. Output transformation that receives the masked customer data.