Cleansing data
After profiling customer data and identifying its problems, some actions should be taken on data to cleanse them. You may start by generating two Talend Jobs: one to remove duplicates from the email column and the other to remove the values that do not match the email pattern.
This will help you see what to resolve and then you can decide what tool to use to intervene and resolve these address issues.
Removing duplicate values
After analyzing the email and postal columns using simple statistics indicators, the analysis results show the number of duplicate records in the columns. You can generate a ready-to-use Job on the analysis results. This Job removes duplicate values in the selected column.
You can follow the same procedure to remove duplicates from the Email or Phone columns.
Procedure
Results
Duplicate values are written to the specified output database and file.
What to do next
You can follow the same procedure to remove duplicates from the postal column.
For more information on using the Profiling perspective to identify and remove corrupt, incomplete, or inaccurate data, see Data cleansing in the Talend Studio User Guide.
Removing non-matching values
Procedure
Results
The valid and invalid rows of the email column are written in the defined output files.
You can replace the output files with different Talend components and recuperate the valid/invalid email rows and write them in databases for example.
For more information on using the Profiling perspective to identify and remove corrupt, incomplete, or inaccurate data, see Data cleansing in the Talend Studio User Guide.