Doing continuous matching using tMatchIndexPredict - 7.3

Data matching with Talend tools

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 > Matching components > Continuous matching components
Data Governance > Third-party systems > Data Quality components > Matching components > Data matching components
Data Governance > Third-party systems > Data Quality components > Matching components > Fuzzy matching components
Data Governance > Third-party systems > Data Quality components > Matching components > Matching with machine learning components
Data Quality and Preparation > Third-party systems > Data Quality components > Matching components > Continuous matching components
Data Quality and Preparation > Third-party systems > Data Quality components > Matching components > Data matching components
Data Quality and Preparation > Third-party systems > Data Quality components > Matching components > Fuzzy matching components
Data Quality and Preparation > Third-party systems > Data Quality components > Matching components > Matching with machine learning components
Design and Development > Third-party systems > Data Quality components > Matching components > Continuous matching components
Design and Development > Third-party systems > Data Quality components > Matching components > Data matching components
Design and Development > Third-party systems > Data Quality components > Matching components > Fuzzy matching components
Design and Development > Third-party systems > Data Quality components > Matching components > Matching with machine learning components
Last publication date
2024-02-06

This scenario applies only to subscription-based Talend Platform products with Big Data and Talend Data Fabric.

After indexing lookup data in Elasticsearch using tMatchIndex, you do not need to restart the matching process from scratch. The tMatchIndexPredict component compares new data records with the lookup stored in ElasticSearch.

In this example, a list of early childhood education centers in Chicago coming from ten different source has been cleaned, deduplicated and indexed in Elasticsearch. You want to match new records which contain information about early childhood education centers in Chicago against the reference data set stored in Elasticsearch.

tMatchIndexPredict uses pairing and matching models to group together records from the input data and the matching records from the reference data set indexed in Elasticsearch and label the suspect pairs.

tMatchIndexPredict outputs potential duplicates and unique records in separate files.

Before you begin: