<?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: matching records in 2 different files in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/matching-records-in-2-different-files/m-p/2320193#M90356</link>
    <description>&lt;P&gt;Hello lmit,&lt;/P&gt;&lt;P&gt;To archive it, you can design the job like:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;setup a context variable abc, read the file2 content and setup the context variable 'abc' value by tJavaRow&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Uy9zDAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128059iED00D8A03AB87781/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Uy9zDAAR.png" alt="0695b00000Uy9zDAAR.png" /&gt;&lt;/span&gt;     2 use tMap to filter the condition for the flow of file1 like&lt;/P&gt;&lt;P&gt;      attach the modified job matchTest_new.zip for your reference.&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Uy9zcAAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146875i02B69FC952E48C07/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Uy9zcAAB.png" alt="0695b00000Uy9zcAAB.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 31 Aug 2022 03:18:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-08-31T03:18:21Z</dc:date>
    <item>
      <title>matching records in 2 different files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/matching-records-in-2-different-files/m-p/2320189#M90352</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a input file(First file) with below data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Uy4PtAAJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132495iF4BE419BD21C4BA5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Uy4PtAAJ.png" alt="0695b00000Uy4PtAAJ.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;the second fail has only company name like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Uy4R6AAJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132496i4E07AD7B97441479/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Uy4R6AAJ.png" alt="0695b00000Uy4R6AAJ.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;the output should be he first row from file 1 as its matching abc from 2nd file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest how to achieve this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;really appreciate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;lmit&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 15:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/matching-records-in-2-different-files/m-p/2320189#M90352</guid>
      <dc:creator>lmit</dc:creator>
      <dc:date>2022-08-30T15:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: matching records in 2 different files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/matching-records-in-2-different-files/m-p/2320190#M90353</link>
      <description>&lt;P&gt;Hello lmit,&lt;/P&gt;&lt;P&gt;You can design the job like :&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;use 2 tFileInputDelimited components to read the 2 files&lt;/LI&gt;&lt;LI&gt; use tMap to 'Inner Join' the 2 flows  by the column 'company name' as the below&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Uy9uhAAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141593i7BA315A09FCA8EF0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Uy9uhAAB.png" alt="0695b00000Uy9uhAAB.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 02:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/matching-records-in-2-different-files/m-p/2320190#M90353</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-31T02:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: matching records in 2 different files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/matching-records-in-2-different-files/m-p/2320191#M90354</link>
      <description>&lt;P&gt;attach the test job for your reference. thanks&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 02:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/matching-records-in-2-different-files/m-p/2320191#M90354</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-31T02:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: matching records in 2 different files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/matching-records-in-2-different-files/m-p/2320192#M90355</link>
      <description>&lt;P&gt;Hi @Aiming Chen​&amp;nbsp;thanks for your response &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if joins are performed it will be exact match but i want records even if one part of the string matches &lt;/P&gt;&lt;P&gt;like &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in the 2nd file&lt;/P&gt;&lt;P&gt;I will have only abc &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but in the first file I will have like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;abc pvt lim&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this record should also be considered &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;lmit&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 02:38:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/matching-records-in-2-different-files/m-p/2320192#M90355</guid>
      <dc:creator>lmit</dc:creator>
      <dc:date>2022-08-31T02:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: matching records in 2 different files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/matching-records-in-2-different-files/m-p/2320193#M90356</link>
      <description>&lt;P&gt;Hello lmit,&lt;/P&gt;&lt;P&gt;To archive it, you can design the job like:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;setup a context variable abc, read the file2 content and setup the context variable 'abc' value by tJavaRow&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Uy9zDAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128059iED00D8A03AB87781/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Uy9zDAAR.png" alt="0695b00000Uy9zDAAR.png" /&gt;&lt;/span&gt;     2 use tMap to filter the condition for the flow of file1 like&lt;/P&gt;&lt;P&gt;      attach the modified job matchTest_new.zip for your reference.&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Uy9zcAAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146875i02B69FC952E48C07/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Uy9zcAAB.png" alt="0695b00000Uy9zcAAB.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 03:18:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/matching-records-in-2-different-files/m-p/2320193#M90356</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-31T03:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: matching records in 2 different files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/matching-records-in-2-different-files/m-p/2320194#M90357</link>
      <description>&lt;P&gt;I appreciate the information and advice you have shared. I will try to figure it out for more.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.9wsyr.me/" alt="https://www.9wsyr.me/" target="_blank"&gt;9WSYR Weather&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 10:06:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/matching-records-in-2-different-files/m-p/2320194#M90357</guid>
      <dc:creator>PWunsch_1653032151</dc:creator>
      <dc:date>2022-08-31T10:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: matching records in 2 different files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/matching-records-in-2-different-files/m-p/2320195#M90358</link>
      <description>&lt;P&gt;Thanks @Aiming Chen​&amp;nbsp;for the reply &lt;/P&gt;&lt;P&gt;the position of "abc" is not fixed .&lt;/P&gt;&lt;P&gt;so i tried without using split function by taking the complete column as context but got zero records&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;lmit&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 13:31:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/matching-records-in-2-different-files/m-p/2320195#M90358</guid>
      <dc:creator>lmit</dc:creator>
      <dc:date>2022-08-31T13:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: matching records in 2 different files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/matching-records-in-2-different-files/m-p/2320196#M90359</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;any suggestions please&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;lmit&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 12:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/matching-records-in-2-different-files/m-p/2320196#M90359</guid>
      <dc:creator>lmit</dc:creator>
      <dc:date>2022-09-01T12:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: matching records in 2 different files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/matching-records-in-2-different-files/m-p/2320197#M90360</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions would really appreciate it &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;lmit&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2022 17:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/matching-records-in-2-different-files/m-p/2320197#M90360</guid>
      <dc:creator>lmit</dc:creator>
      <dc:date>2022-09-08T17:07:17Z</dc:date>
    </item>
  </channel>
</rss>

