Editing addresses and giving the verification status - 7.3

QAS address standardization

Version
7.3
Language
English
Product
Talend Big Data Platform
Talend Data Fabric
Talend Data Management Platform
Talend Data Services Platform
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Data Quality components > Standardization components > Address standardization components > QAS address standardization components
Data Quality and Preparation > Third-party systems > Data Quality components > Standardization components > Address standardization components > QAS address standardization components
Design and Development > Third-party systems > Data Quality components > Standardization components > Address standardization components > QAS address standardization components
Last publication date
2024-02-21

This scenario applies only to Talend Data Management Platform, Talend Big Data Platform, Talend Real Time Big Data Platform, Talend Data Services Platform, Talend MDM Platform and Talend Data Fabric.

For more technologies supported by Talend, see Talend components.

Below is a five-component Job created in Talend Studio .

This Job:

  • reads an input csv file that holds some client-related information,

  • uses the tMap component to concatenate the three fields Address, Postal, and City from the incoming data flow in one output column: Edit_Address,

  • uses the tQASAddressRow component to analyze the output column Edit_Address and gives the verification status of all edited addresses,

  • uses a tFilterRow component to output only the addresses which status is not equal to None.

  • and finally displays the correct formatted address along with their verification status on the console.

In this scenario, we have already stored the input schema of the input file in the Repository. For more information about storing schema metadata in the Repository tree view, see Talend Studio User Guide.