<?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 Find key word in text using tRecordMatching in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Find-key-word-in-text-using-tRecordMatching/m-p/2334593#M103242</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;I have two spreadsheets where I which to find matching records in a column from each spreadsheet.&lt;BR /&gt;So in spreadsheet1, col 1, I have the following:&lt;BR /&gt;&lt;BR /&gt;Paint&lt;BR /&gt;Electrical&lt;BR /&gt;Plumbing&lt;BR /&gt;paint&lt;BR /&gt;Lights&lt;BR /&gt;Light&lt;BR /&gt;In Spreadsheet 2, col 1, I have the following:&lt;BR /&gt;&lt;BR /&gt;This is a job that requires point&lt;BR /&gt;New electrical is needed&lt;BR /&gt;Plumber to replace tap&lt;BR /&gt;No lights working&lt;BR /&gt;&lt;BR /&gt;So my match would need to show &lt;BR /&gt;Plumber = Plumber to replace tap&lt;BR /&gt;Light = No lights working&lt;BR /&gt;Etc etc&lt;BR /&gt;&lt;BR /&gt;I have been looking at the following with some success but not perfect.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGvA.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157478i37B8F047FCFBD99D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGvA.png" alt="0683p000009MGvA.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jan 2016 03:48:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-01-28T03:48:15Z</dc:date>
    <item>
      <title>Find key word in text using tRecordMatching</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Find-key-word-in-text-using-tRecordMatching/m-p/2334593#M103242</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I have two spreadsheets where I which to find matching records in a column from each spreadsheet.&lt;BR /&gt;So in spreadsheet1, col 1, I have the following:&lt;BR /&gt;&lt;BR /&gt;Paint&lt;BR /&gt;Electrical&lt;BR /&gt;Plumbing&lt;BR /&gt;paint&lt;BR /&gt;Lights&lt;BR /&gt;Light&lt;BR /&gt;In Spreadsheet 2, col 1, I have the following:&lt;BR /&gt;&lt;BR /&gt;This is a job that requires point&lt;BR /&gt;New electrical is needed&lt;BR /&gt;Plumber to replace tap&lt;BR /&gt;No lights working&lt;BR /&gt;&lt;BR /&gt;So my match would need to show &lt;BR /&gt;Plumber = Plumber to replace tap&lt;BR /&gt;Light = No lights working&lt;BR /&gt;Etc etc&lt;BR /&gt;&lt;BR /&gt;I have been looking at the following with some success but not perfect.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGvA.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157478i37B8F047FCFBD99D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGvA.png" alt="0683p000009MGvA.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 03:48:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Find-key-word-in-text-using-tRecordMatching/m-p/2334593#M103242</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-28T03:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Find key word in text using tRecordMatching</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Find-key-word-in-text-using-tRecordMatching/m-p/2334594#M103243</link>
      <description>Could you please show us the output , And settings of tjoin ?</description>
      <pubDate>Thu, 28 Jan 2016 05:25:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Find-key-word-in-text-using-tRecordMatching/m-p/2334594#M103243</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-28T05:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Find key word in text using tRecordMatching</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Find-key-word-in-text-using-tRecordMatching/m-p/2334595#M103244</link>
      <description>use variable in tmap&lt;BR /&gt;and put the this syntax "row1.Col1.toLowerCase().contains(row2.Col2.toLowerCase()) "&lt;BR /&gt;Then you would be able to get the existence of input col string in lookup col string.&lt;BR /&gt;Best !!&amp;nbsp;</description>
      <pubDate>Thu, 28 Jan 2016 07:08:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Find-key-word-in-text-using-tRecordMatching/m-p/2334595#M103244</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-28T07:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Find key word in text using tRecordMatching</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Find-key-word-in-text-using-tRecordMatching/m-p/2334596#M103245</link>
      <description>Thanks Roy,
&lt;BR /&gt;I tried your suggestion (thanks) and this is how it looks.
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;[img=177x100]https://www.talendforge.org/forum/img/members/26681/mini_blob_20160128-1134.png[/img]</description>
      <pubDate>Thu, 28 Jan 2016 10:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Find-key-word-in-text-using-tRecordMatching/m-p/2334596#M103245</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-28T10:28:50Z</dc:date>
    </item>
  </channel>
</rss>

