<?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: [resolved] tMap inner join rejects in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-inner-join-rejects/m-p/2290755#M64005</link>
    <description>Hi Alevy,&lt;BR /&gt;Basically the row4.AccountID is joined onto row6.REF_NO; than the matching row6.ACCOUNTS1 is joined onto row5.ACCOUNTID; well that's what I would want it to be:&lt;BR /&gt;I.e.&lt;BR /&gt;INNER JOIN ROW6 ON ROW6.REF_NO = ROW4.ACCOUNTID &lt;BR /&gt;INNER JOIN ROW5 ON ROW5.ACCOUNTID = ROW6.ACCOUNTS1&lt;BR /&gt;Does that help?</description>
    <pubDate>Thu, 20 Jun 2013 06:46:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-06-20T06:46:14Z</dc:date>
    <item>
      <title>[resolved] tMap inner join rejects</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-inner-join-rejects/m-p/2290751#M64001</link>
      <description>Dear all, 
&lt;BR /&gt;I am trying to understand how to capture any records from my input file (row4) which could not be matched/joined successfully. 
&lt;BR /&gt;Despite reading the various topics I still don't understand ... perhaps I am a little slow but please help 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;To further clarify: 
&lt;BR /&gt;Input record is say: 
&lt;BR /&gt;ID | Number | Text 
&lt;BR /&gt;1234|22222|sometext 
&lt;BR /&gt;1235|22221|sometext 
&lt;BR /&gt;1234 was successfully inserted into the database so fine 
&lt;BR /&gt;1235 however was not matched via the inner join and is to be written away into a new delimited file hence must be caught. 
&lt;BR /&gt;I am asking how to do this; I tried setting "catch lookup inner join rejects" however that's certainly not resulting in what I need as all records of the tables are logged and not the ones from the file. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEgH.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154307i267BB6217B2ACD23/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEgH.jpg" alt="0683p000009MEgH.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 19 Jun 2013 14:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-inner-join-rejects/m-p/2290751#M64001</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-19T14:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMap inner join rejects</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-inner-join-rejects/m-p/2290752#M64002</link>
      <description>you are on the right track. &lt;BR /&gt;It sounds like what you need is two output tables-- one for data that joins, and one (with catch inner join rejects set) that shows you records from your main flow (row4) that would not join to your lookup (row5)</description>
      <pubDate>Wed, 19 Jun 2013 16:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-inner-join-rejects/m-p/2290752#M64002</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-19T16:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMap inner join rejects</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-inner-join-rejects/m-p/2290753#M64003</link>
      <description>Hi John, 
&lt;BR /&gt;Thanks but I am still not getting there.... (I warned I may be a bit slow)... 
&lt;BR /&gt;Please advise on what's going so horribly wrong here... the file only got 5 rows as input and 3 match; 2 won't so basically only 2 rows should go to the rejected list ... not all those found in the database tables. 
&lt;BR /&gt;Really appreciate your (&amp;amp; others') help 
&lt;BR /&gt;- CPA 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEgM.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145604i20C1F2CDC0375256/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEgM.jpg" alt="0683p000009MEgM.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEgR.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129123i792190A5941DAA5A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEgR.jpg" alt="0683p000009MEgR.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 19 Jun 2013 18:57:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-inner-join-rejects/m-p/2290753#M64003</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-19T18:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMap inner join rejects</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-inner-join-rejects/m-p/2290754#M64004</link>
      <description>Why is there no join between row4 and row5?  It would help to know what's in the lookups and what results you are expecting and getting.</description>
      <pubDate>Thu, 20 Jun 2013 05:32:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-inner-join-rejects/m-p/2290754#M64004</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2013-06-20T05:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMap inner join rejects</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-inner-join-rejects/m-p/2290755#M64005</link>
      <description>Hi Alevy,&lt;BR /&gt;Basically the row4.AccountID is joined onto row6.REF_NO; than the matching row6.ACCOUNTS1 is joined onto row5.ACCOUNTID; well that's what I would want it to be:&lt;BR /&gt;I.e.&lt;BR /&gt;INNER JOIN ROW6 ON ROW6.REF_NO = ROW4.ACCOUNTID &lt;BR /&gt;INNER JOIN ROW5 ON ROW5.ACCOUNTID = ROW6.ACCOUNTS1&lt;BR /&gt;Does that help?</description>
      <pubDate>Thu, 20 Jun 2013 06:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-inner-join-rejects/m-p/2290755#M64005</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-20T06:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMap inner join rejects</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-inner-join-rejects/m-p/2290756#M64006</link>
      <description>Well you haven't done the second join in your screenshot so I'm not surprised you're not getting your expected results. Move row6 above row5 and make the join.</description>
      <pubDate>Thu, 20 Jun 2013 07:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-inner-join-rejects/m-p/2290756#M64006</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2013-06-20T07:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMap inner join rejects</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-inner-join-rejects/m-p/2290757#M64007</link>
      <description>Awesome that was the missing piece of knowledge ... thanks so much for this 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 20 Jun 2013 08:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-inner-join-rejects/m-p/2290757#M64007</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-20T08:09:17Z</dc:date>
    </item>
  </channel>
</rss>

