Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Is there any other fuzzy match component I can use?

Hi ,

 

I have used tfuzzymatch component to find the matched words in one lookup table. The tfuzzymatch only have one matching column attribute as condition, but I hope that  there is a component can have two matching columns as condition using different matching method. Is there any component having this kind of function? Thanks a lot.

 

Labels (3)
6 Replies
TRF
Champion II
Champion II

Hi,

Don't think so, but maybe you can replicate the input data flow using tReplicate, then use the appropriate tFuzzyMatch on each flow.

After that, in a new subjob, you can combine both flows using a tMap to get the result from the two previous tFuzzyMatch.

No so easy as having the possibility to have more than a single lookup for the tFuzzyMatch, but it should work.

Anonymous
Not applicable
Author

Hello,

Here is a tRecordMatchingcomponent which joins two tables by doing a fuzzy match on several columns using a wide variety of comparison algorithms. It compares columns from the main flow with reference columns from the lookup flow and according to the matching strategy you define, outputs the match data, the possible match data and the rejected data. Let us know if it is what you are looking for.

Best regards

Sabrina

 
Anonymous
Not applicable
Author

Hi Sabrina,

 

I could not find tRecordMatching in the 6.1 Talend Open Studio. Is it a free component?  I can not find it in the Talend exchange either. Where can I download it? 

Thanks a lot.

 

Anonymous
Not applicable
Author

Hello, Hello, This component is available in the Palette of the Studio only if you have subscribed to one of the Talend Platform products not a free component. Best regards Sabrina
Anonymous
Not applicable
Author

Thanks, I did not subscribe any Talend products. I think I need to find another way to solve my problem.
Anonymous
Not applicable
Author

Thanks, I think I need some "loop" to do that. Since the one column is a list of integers.