<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How does the unique matching work in tFuzzymatch component? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-does-the-unique-matching-work-in-tFuzzymatch-component/m-p/2297179#M69780</link>
    <description>&lt;P&gt;It looks like the code iterates over the list of values until it finds a match, and then stops. &amp;nbsp;So it returns the first match it finds&amp;nbsp;and does not make any comparison between all possible matches to return the "best" match.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jun 2017 14:12:50 GMT</pubDate>
    <dc:creator>cterenzi</dc:creator>
    <dc:date>2017-06-27T14:12:50Z</dc:date>
    <item>
      <title>How does the unique matching work in tFuzzymatch component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-does-the-unique-matching-work-in-tFuzzymatch-component/m-p/2297178#M69779</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I am using the double metaphone method in tFuzzymatch component to compare a column from the main table with reference column from the lookup table. If the unique matching option is checked, the best matched result would be given in the final output. But &amp;nbsp; may I know how the "unique matching" actually work? Why does it pick the one as the best matched? What is the algorithm/criteria for&amp;nbsp;comparison behind it?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For&amp;nbsp;&amp;nbsp;example:&lt;/P&gt;
&lt;P&gt;(unique matching is unchecked)&lt;/P&gt;
&lt;P&gt;Words_Main | VALUE | MATCHING&lt;/P&gt;
&lt;P&gt;Oakland County Sheriff | AKLN |&amp;nbsp;Oakland Academy,Oakland International Academy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(unique matching is checked)&lt;/P&gt;
&lt;P&gt;Words_Main | VALUE | MATCHING&lt;/P&gt;
&lt;P&gt;Oakland County Sheriff | AKLN |&amp;nbsp;Oakland Academy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why "&lt;SPAN&gt;Oakland Academy&lt;/SPAN&gt;" is better than "&lt;SPAN&gt;Oakland International Academy&lt;/SPAN&gt;"?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 19:01:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-does-the-unique-matching-work-in-tFuzzymatch-component/m-p/2297178#M69779</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-26T19:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: How does the unique matching work in tFuzzymatch component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-does-the-unique-matching-work-in-tFuzzymatch-component/m-p/2297179#M69780</link>
      <description>&lt;P&gt;It looks like the code iterates over the list of values until it finds a match, and then stops. &amp;nbsp;So it returns the first match it finds&amp;nbsp;and does not make any comparison between all possible matches to return the "best" match.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 14:12:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-does-the-unique-matching-work-in-tFuzzymatch-component/m-p/2297179#M69780</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2017-06-27T14:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: How does the unique matching work in tFuzzymatch component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-does-the-unique-matching-work-in-tFuzzymatch-component/m-p/2297180#M69781</link>
      <description>oh, so talend define the first match as the "best" one in tfuzzymatch? Is there anyway I can see the source code for this component? thanks</description>
      <pubDate>Fri, 30 Jun 2017 20:20:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-does-the-unique-matching-work-in-tFuzzymatch-component/m-p/2297180#M69781</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-30T20:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: How does the unique matching work in tFuzzymatch component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-does-the-unique-matching-work-in-tFuzzymatch-component/m-p/2297181#M69782</link>
      <description>Drop the component in a job, configure it, then click on the code tab under the job area.</description>
      <pubDate>Sat, 01 Jul 2017 04:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-does-the-unique-matching-work-in-tFuzzymatch-component/m-p/2297181#M69782</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2017-07-01T04:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: How does the unique matching work in tFuzzymatch component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-does-the-unique-matching-work-in-tFuzzymatch-component/m-p/2297182#M69783</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Next to the Designer tab there is a Code tab that lets you view the source code for the entire Job. Or else there is Code view next to the Outline that shows the generated code for the selected component.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2017 04:04:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-does-the-unique-matching-work-in-tFuzzymatch-component/m-p/2297182#M69783</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-03T04:04:03Z</dc:date>
    </item>
  </channel>
</rss>

