<?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: Fuzzy logic processing in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Fuzzy-logic-processing/m-p/2342994#M110798</link>
    <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hello &lt;BR /&gt;You have some misunderstand on the fuzzy logic component, please read the user demo on documentation.&lt;BR /&gt;About your request, you can use tMap+tFilterRow components to finish it. Please see my screeshots.&lt;BR /&gt;in.txt:&lt;BR /&gt;&lt;B&gt;&lt;BR /&gt;Boeing mcc=400 800-777-7777&lt;BR /&gt;AT&amp;amp;T retail store 4212&lt;BR /&gt;Pandera Bakery Store 4356 510-222-2085&lt;BR /&gt;&lt;/B&gt;&lt;BR /&gt;lookup.txt:&lt;BR /&gt;&lt;B&gt;&lt;BR /&gt;Microsoft&lt;BR /&gt;Boeing&lt;BR /&gt;At&amp;amp;T&lt;BR /&gt;&lt;/B&gt;&lt;BR /&gt;result:&lt;BR /&gt;&lt;PRE&gt;Starting job forum10495 at 14:54 06/04/2010.&lt;BR /&gt; connecting to socket on port 3863&lt;BR /&gt; connected&lt;BR /&gt;.---------------------------+-----------.&lt;BR /&gt;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tLogRow_1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |&lt;BR /&gt;|=--------------------------+----------=|&lt;BR /&gt;|text &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |companyName|&lt;BR /&gt;|=--------------------------+----------=|&lt;BR /&gt;|Boeing mcc=400 800-777-7777|Boeing &amp;nbsp; &amp;nbsp; |&lt;BR /&gt;|AT&amp;amp;T retail store 4212 &amp;nbsp; &amp;nbsp; |At&amp;amp;T &amp;nbsp; &amp;nbsp; &amp;nbsp; |&lt;BR /&gt;'---------------------------+-----------'&lt;BR /&gt; disconnected&lt;BR /&gt;Job forum10495 ended at 14:54 06/04/2010. &lt;/PRE&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Shong&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Hi Shong, 
&lt;BR /&gt;Can we match multiple columns using fuzzy match ? 
&lt;BR /&gt;We are using 6.1.1. version of DI studio. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;PP</description>
    <pubDate>Fri, 03 Jun 2016 14:59:35 GMT</pubDate>
    <dc:creator>Prashant_Pattnaik</dc:creator>
    <dc:date>2016-06-03T14:59:35Z</dc:date>
    <item>
      <title>Fuzzy logic processing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Fuzzy-logic-processing/m-p/2342990#M110794</link>
      <description>I am trying to use the fuzzy logic module to identify companies by name in a text string using a lookup file of clean company names. 
&lt;BR /&gt;I want to filter using t_filter but I am missing something because it is not working on matching the company names. The text string being processed is floating and can contain extraneous characters in the field. 
&lt;BR /&gt;I have tried all three modes of matching and so far nothing is coming out right. It is not even close.
&lt;BR /&gt;
&lt;BR /&gt;I am trying to filter the rows by showing me the matches with a value &amp;lt;= 1 which is added to the data as an indication of a match. Even then all the rows are being processed as matching.</description>
      <pubDate>Sat, 16 Nov 2024 13:28:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Fuzzy-logic-processing/m-p/2342990#M110794</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Fuzzy logic processing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Fuzzy-logic-processing/m-p/2342991#M110795</link>
      <description>Hello 
&lt;BR /&gt;First, there is a compilation error in the generated code. The data type of column is a string text, why don't use the operator 'lower than'? "lower than' is used for int/Integer type.
&lt;BR /&gt;Can you give us an example of request and what are your expect result?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 06 Apr 2010 04:33:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Fuzzy-logic-processing/m-p/2342991#M110795</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-06T04:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Fuzzy logic processing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Fuzzy-logic-processing/m-p/2342992#M110796</link>
      <description>I have a lookup file of clean company names in a text file.&lt;BR /&gt;Microsoft&lt;BR /&gt;Boeing&lt;BR /&gt;At&amp;amp;T&lt;BR /&gt;etc.&lt;BR /&gt;I have a text string field in a teradata table that contains rows with company names that may contain other extraneous characters.&lt;BR /&gt;Boeing mcc=400 800-777-7777&lt;BR /&gt;AT&amp;amp;T retail store 4212&lt;BR /&gt;Pandera Bakery Store 4356 510-222-2085&lt;BR /&gt;&lt;BR /&gt;I need to find the records in the teradata table that match the company names in the lookup and insert those records into another teradata table.  &lt;BR /&gt;I am using the t_filterrow as a means to identify those that have very close match to the company name in the look up.  In the output there are two additional fields written.  match and value.&lt;BR /&gt;Value seems to be a indicator of how well it matches.  Match appears to be a random assortment of alpha characters that do not match anything in the lookup.&lt;BR /&gt;I would think that if the values are close in matching (x% of characters match) it would output the match.  &lt;BR /&gt;&lt;BR /&gt;I assumed that any match lower than 1 would be a very close match possibly.  That does not appear to be the case.  &lt;BR /&gt;Perhaps I am missing something in understanding how to use the fuzzy logic component.</description>
      <pubDate>Tue, 06 Apr 2010 05:23:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Fuzzy-logic-processing/m-p/2342992#M110796</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-06T05:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Fuzzy logic processing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Fuzzy-logic-processing/m-p/2342993#M110797</link>
      <description>Hello 
&lt;BR /&gt;You have some misunderstand on the fuzzy logic component, please read the user demo on documentation. 
&lt;BR /&gt;About your request, you can use tMap+tFilterRow components to finish it. Please see my screeshots. 
&lt;BR /&gt;in.txt: 
&lt;BR /&gt; 
&lt;B&gt;&lt;BR /&gt;Boeing mcc=400 800-777-7777&lt;BR /&gt;AT&amp;amp;T retail store 4212&lt;BR /&gt;Pandera Bakery Store 4356 510-222-2085&lt;BR /&gt;&lt;/B&gt; 
&lt;BR /&gt;lookup.txt: 
&lt;BR /&gt; 
&lt;B&gt;&lt;BR /&gt;Microsoft&lt;BR /&gt;Boeing&lt;BR /&gt;At&amp;amp;T&lt;BR /&gt;&lt;/B&gt; 
&lt;BR /&gt;result: 
&lt;BR /&gt; 
&lt;PRE&gt;Starting job forum10495 at 14:54 06/04/2010.&lt;BR /&gt; connecting to socket on port 3863&lt;BR /&gt; connected&lt;BR /&gt;.---------------------------+-----------.&lt;BR /&gt;|               tLogRow_1               |&lt;BR /&gt;|=--------------------------+----------=|&lt;BR /&gt;|text                       |companyName|&lt;BR /&gt;|=--------------------------+----------=|&lt;BR /&gt;|Boeing mcc=400 800-777-7777|Boeing     |&lt;BR /&gt;|AT&amp;amp;T retail store 4212     |At&amp;amp;T       |&lt;BR /&gt;'---------------------------+-----------'&lt;BR /&gt; disconnected&lt;BR /&gt;Job forum10495 ended at 14:54 06/04/2010. &lt;/PRE&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 06 Apr 2010 07:52:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Fuzzy-logic-processing/m-p/2342993#M110797</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-06T07:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Fuzzy logic processing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Fuzzy-logic-processing/m-p/2342994#M110798</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hello &lt;BR /&gt;You have some misunderstand on the fuzzy logic component, please read the user demo on documentation.&lt;BR /&gt;About your request, you can use tMap+tFilterRow components to finish it. Please see my screeshots.&lt;BR /&gt;in.txt:&lt;BR /&gt;&lt;B&gt;&lt;BR /&gt;Boeing mcc=400 800-777-7777&lt;BR /&gt;AT&amp;amp;T retail store 4212&lt;BR /&gt;Pandera Bakery Store 4356 510-222-2085&lt;BR /&gt;&lt;/B&gt;&lt;BR /&gt;lookup.txt:&lt;BR /&gt;&lt;B&gt;&lt;BR /&gt;Microsoft&lt;BR /&gt;Boeing&lt;BR /&gt;At&amp;amp;T&lt;BR /&gt;&lt;/B&gt;&lt;BR /&gt;result:&lt;BR /&gt;&lt;PRE&gt;Starting job forum10495 at 14:54 06/04/2010.&lt;BR /&gt; connecting to socket on port 3863&lt;BR /&gt; connected&lt;BR /&gt;.---------------------------+-----------.&lt;BR /&gt;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tLogRow_1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |&lt;BR /&gt;|=--------------------------+----------=|&lt;BR /&gt;|text &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |companyName|&lt;BR /&gt;|=--------------------------+----------=|&lt;BR /&gt;|Boeing mcc=400 800-777-7777|Boeing &amp;nbsp; &amp;nbsp; |&lt;BR /&gt;|AT&amp;amp;T retail store 4212 &amp;nbsp; &amp;nbsp; |At&amp;amp;T &amp;nbsp; &amp;nbsp; &amp;nbsp; |&lt;BR /&gt;'---------------------------+-----------'&lt;BR /&gt; disconnected&lt;BR /&gt;Job forum10495 ended at 14:54 06/04/2010. &lt;/PRE&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Shong&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Hi Shong, 
&lt;BR /&gt;Can we match multiple columns using fuzzy match ? 
&lt;BR /&gt;We are using 6.1.1. version of DI studio. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;PP</description>
      <pubDate>Fri, 03 Jun 2016 14:59:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Fuzzy-logic-processing/m-p/2342994#M110798</guid>
      <dc:creator>Prashant_Pattnaik</dc:creator>
      <dc:date>2016-06-03T14:59:35Z</dc:date>
    </item>
  </channel>
</rss>

