<?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: How to achieve Right Outer Join functionality in Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-achieve-Right-Outer-Join-functionality-in-Talend/m-p/2286493#M60115</link>
    <description>Shong, Thanks for your reply.&amp;nbsp; 
&lt;BR /&gt;But in my case table1 is an output from another tMap component which send id column data directly to another tMap component. So can't switch table2 as main input to component 
&lt;BR /&gt;Also tried to get id's in list component but new value overwrites old values and I was left with one id value instead of multiple rows. 
&lt;BR /&gt;Hope this will make it clear. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Jatin Singla</description>
    <pubDate>Thu, 22 Sep 2016 08:24:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-09-22T08:24:27Z</dc:date>
    <item>
      <title>How to achieve Right Outer Join functionality in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-achieve-Right-Outer-Join-functionality-in-Talend/m-p/2286491#M60113</link>
      <description>1. I need to join two tables Table1 and Table2. 
&lt;BR /&gt;2. Table1 is main and table2 is lookup table.&amp;nbsp; 
&lt;BR /&gt;3. Table1 key will be matched to table2 column and Output will be rows from Table2 which do not have matching data. 
&lt;BR /&gt;So, I need to implement Right join functionality for this scenario. Any help would be appreciated. 
&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;Regards, 
&lt;BR /&gt;Jatin Singla</description>
      <pubDate>Sat, 16 Nov 2024 10:22:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-achieve-Right-Outer-Join-functionality-in-Talend/m-p/2286491#M60113</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve Right Outer Join functionality in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-achieve-Right-Outer-Join-functionality-in-Talend/m-p/2286492#M60114</link>
      <description>Hi&amp;nbsp;
&lt;BR /&gt;Make table2 as main, table1 as lookup, do an inner job and get the unmatched rows. Please take a look at this article
&lt;BR /&gt;
&lt;A href="https://help.talend.com/pages/viewpage.action?pageId=190513450" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/pages/viewpage.action?pageId=190513450&lt;/A&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 22 Sep 2016 06:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-achieve-Right-Outer-Join-functionality-in-Talend/m-p/2286492#M60114</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-22T06:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve Right Outer Join functionality in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-achieve-Right-Outer-Join-functionality-in-Talend/m-p/2286493#M60115</link>
      <description>Shong, Thanks for your reply.&amp;nbsp; 
&lt;BR /&gt;But in my case table1 is an output from another tMap component which send id column data directly to another tMap component. So can't switch table2 as main input to component 
&lt;BR /&gt;Also tried to get id's in list component but new value overwrites old values and I was left with one id value instead of multiple rows. 
&lt;BR /&gt;Hope this will make it clear. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Jatin Singla</description>
      <pubDate>Thu, 22 Sep 2016 08:24:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-achieve-Right-Outer-Join-functionality-in-Talend/m-p/2286493#M60115</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-22T08:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve Right Outer Join functionality in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-achieve-Right-Outer-Join-functionality-in-Talend/m-p/2286494#M60116</link>
      <description>&lt;PRE&gt;But in my case table1 is an output from another tMap component which send id column data directly to another tMap component. So can't switch table2 as main input to component&lt;/PRE&gt; 
&lt;BR /&gt;You can cache the output to memory first, and read the output from memory many times if neeeded later. 
&lt;BR /&gt;table1 output---main--tHashOutput 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp;| 
&lt;BR /&gt;onsubjobok 
&lt;BR /&gt;&amp;nbsp; | 
&lt;BR /&gt;table2--main--tMap (do inner join to get unmatched rows) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; thashinput(read data from table1 output) 
&lt;BR /&gt;&amp;nbsp; | 
&lt;BR /&gt;onsubjobok 
&lt;BR /&gt;&amp;nbsp; | 
&lt;BR /&gt;other processing 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 23 Sep 2016 07:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-achieve-Right-Outer-Join-functionality-in-Talend/m-p/2286494#M60116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-23T07:34:00Z</dc:date>
    </item>
  </channel>
</rss>

