Searching a given index for matched reference entries
This scenario applies only to Talend Data Management Platform, Talend Big Data Platform, Talend Real-Time Big Data Platform, Talend MDM Platform, Talend Data Services Platform, Talend MDM Platform and Talend Data Fabric.
In this scenario, a three-component Job reads the provided first name data, searches a given synonym index for reference entries that match the input data and then outputs the results.
Create a first-name synonym index for this Job following the procedures outlined in Creating a synonym index for people names using tMap.
The three components used in this Job are:
-
tFixedFlowInput: this component generates the input data you will match against the reference entries in the synonym index.
-
tSynonymSearch: this component searches for the matched reference entries in the synonym index.
-
tLogRow (found): this component lists the result of this matching search.