<?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: Issue in inner join in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Issue-in-inner-join/m-p/2307949#M79336</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMCWAA4"&gt;@Injarapu_1995&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;tJoin always support tunique join. If there are multiple matches between lookup and Main , only unique match will come out .&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Note : Reject captures main records which not present in lookup&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;[For Difference between tMap and tjoin : &lt;A href="https://community.qlik.com/s/article/ka03p0000006EaVAAU" target="_self"&gt;https://community.talend.com/t5/Troubleshooting-Development/The-differences-between-the-tJoin-and-tMap-components/ta-p/21708&lt;/A&gt;]&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Your case like below:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;there are multiple records with null value for&amp;nbsp;&lt;STRONG&gt;category_only&amp;nbsp;&lt;/STRONG&gt;column in&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;account&lt;/STRONG&gt; table and multiple records with null value for &lt;STRONG&gt;category&lt;/STRONG&gt; column in &lt;STRONG&gt;category&lt;/STRONG&gt; table,&amp;nbsp; in mysql it this kind of data results in cross join.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;1 Null category record in the account table matches with&amp;nbsp;all null categories in the category table. This happens because of the null handling in your where clause.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Problem is not anything with talend components, it because of the data . &lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;If you want the achieve same output numbers ,&lt;STRONG&gt;use tMap with inner join&amp;nbsp; Model, &amp;amp; All Match Model&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Oct 2017 07:37:47 GMT</pubDate>
    <dc:creator>ashif2</dc:creator>
    <dc:date>2017-10-27T07:37:47Z</dc:date>
    <item>
      <title>Issue in inner join</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-in-inner-join/m-p/2307946#M79333</link>
      <description>&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 2 tables named as table1- account and table2- category.&lt;/P&gt;&lt;P&gt;I am performing inner join operation in talend based on one column in table 1 inner join another column in&lt;/P&gt;&lt;P&gt;table 2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I am passing the same query in MySQL I am getting 411483 records ..but when I am performing the same query logic in talend I am getting 409321 records.. some 2162 records are missed when I am performing in talend.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone please explain me why the records are getting missed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example query is :&lt;/P&gt;&lt;P&gt;select *&amp;nbsp; FROM&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (`account` `d`&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; JOIN&amp;nbsp;`category` `map` ON (((IFNULL(`d`.`category_only`, '') = IFNULL(`map`.`category `, '')))));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the above query the category_only is the column in account table and category is the column in category table..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the both columns data type is same (string) but the column naming convention is different.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 05:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-in-inner-join/m-p/2307946#M79333</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-27T05:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in inner join</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-in-inner-join/m-p/2307947#M79334</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;What's your output&amp;nbsp;target in your job design? Have you already checked if these 2162 records are rejected by your output ?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 07:17:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-in-inner-join/m-p/2307947#M79334</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-27T07:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in inner join</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-in-inner-join/m-p/2307948#M79335</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;thank you for giving reply,&lt;/P&gt;&lt;P&gt;I gave tmysqloutput component&amp;nbsp;as a output and I am getting 409321 records...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and I also tried with tlogrow to check .. here also I am getting 409321 records..&lt;/P&gt;&lt;P&gt;could you please&amp;nbsp;give me a solution regarding this..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;injarapu&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 07:35:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-in-inner-join/m-p/2307948#M79335</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-27T07:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in inner join</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-in-inner-join/m-p/2307949#M79336</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMCWAA4"&gt;@Injarapu_1995&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;tJoin always support tunique join. If there are multiple matches between lookup and Main , only unique match will come out .&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Note : Reject captures main records which not present in lookup&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;[For Difference between tMap and tjoin : &lt;A href="https://community.qlik.com/s/article/ka03p0000006EaVAAU" target="_self"&gt;https://community.talend.com/t5/Troubleshooting-Development/The-differences-between-the-tJoin-and-tMap-components/ta-p/21708&lt;/A&gt;]&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Your case like below:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;there are multiple records with null value for&amp;nbsp;&lt;STRONG&gt;category_only&amp;nbsp;&lt;/STRONG&gt;column in&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;account&lt;/STRONG&gt; table and multiple records with null value for &lt;STRONG&gt;category&lt;/STRONG&gt; column in &lt;STRONG&gt;category&lt;/STRONG&gt; table,&amp;nbsp; in mysql it this kind of data results in cross join.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;1 Null category record in the account table matches with&amp;nbsp;all null categories in the category table. This happens because of the null handling in your where clause.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Problem is not anything with talend components, it because of the data . &lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;If you want the achieve same output numbers ,&lt;STRONG&gt;use tMap with inner join&amp;nbsp; Model, &amp;amp; All Match Model&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 07:37:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-in-inner-join/m-p/2307949#M79336</guid>
      <dc:creator>ashif2</dc:creator>
      <dc:date>2017-10-27T07:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in inner join</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-in-inner-join/m-p/2307950#M79337</link>
      <description>&lt;P&gt;hi ... I totally agree with this solution...&lt;/P&gt;
&lt;P&gt;I already used the same inner join and match model as all matches. But still I am facing the same issue I am getting 409321 records..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find the attached screenshot:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please help me in this........&lt;/P&gt;
&lt;P&gt;regards,&lt;/P&gt;
&lt;P&gt;injarapu&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 07:49:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-in-inner-join/m-p/2307950#M79337</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-27T07:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in inner join</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-in-inner-join/m-p/2307951#M79338</link>
      <description>&lt;P&gt;hi ... I totally agree with this solution...&lt;/P&gt;
&lt;P&gt;I already used the same inner join and match model as all matches. But still I am facing the same issue I am getting 409321 records..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find the attached screenshot:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please help me in this........&lt;/P&gt;
&lt;P&gt;regards,&lt;/P&gt;
&lt;P&gt;injarapu&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LrWF"&gt;sample.PNG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LrIO"&gt;sample.PNG&lt;/A&gt;</description>
      <pubDate>Fri, 27 Oct 2017 07:49:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-in-inner-join/m-p/2307951#M79338</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-27T07:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in inner join</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-in-inner-join/m-p/2307952#M79339</link>
      <description>&lt;P&gt;hi ... I totally agree with this solution...&lt;/P&gt;
&lt;P&gt;I already used the same inner join and match model as all matches. But still I am facing the same issue I am getting 409321 records..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find the attached screenshot:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please help me in this........&lt;/P&gt;
&lt;P&gt;regards,&lt;/P&gt;
&lt;P&gt;injarapu&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LrWA"&gt;sample.PNG&lt;/A&gt;</description>
      <pubDate>Fri, 27 Oct 2017 07:49:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-in-inner-join/m-p/2307952#M79339</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-27T07:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in inner join</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-in-inner-join/m-p/2307953#M79340</link>
      <description>&lt;P&gt;sorry that I didn't mention .. I used tmap to join two tables and gave inner join condition and also match model as all matches ... still I am facing the issue ..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please give me the solution ..&lt;/P&gt;
&lt;P&gt;thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;regards,&lt;/P&gt;
&lt;P&gt;injarapu&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 07:52:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-in-inner-join/m-p/2307953#M79340</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-27T07:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in inner join</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-in-inner-join/m-p/2307954#M79341</link>
      <description>&lt;P&gt;Remove the Main and Lookup link,&amp;nbsp; and Do the join by expression like below&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;(row1.COUNTRY==null?"":row1.COUNTRY)&lt;BR /&gt;.equals(row2.COUNTRY==null?"":row2.COUNTRY)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1212121.JPG" style="width: 391px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LrPR.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133402i0C5067D1510CB2FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LrPR.jpg" alt="0683p000009LrPR.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 08:18:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-in-inner-join/m-p/2307954#M79341</guid>
      <dc:creator>ashif2</dc:creator>
      <dc:date>2017-10-27T08:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in inner join</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-in-inner-join/m-p/2307955#M79342</link>
      <description>&lt;P&gt;hi sir,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for your reply ..&lt;/P&gt;&lt;P&gt;I applied the logic you sent in a screenshot but I am unable to solve this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still I am getting 409321 records and 2162 records are missing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please help me in this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LrWU"&gt;Capture.PNG&lt;/A&gt;</description>
      <pubDate>Fri, 27 Oct 2017 10:38:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-in-inner-join/m-p/2307955#M79342</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-27T10:38:55Z</dc:date>
    </item>
  </channel>
</rss>

