<?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 How to do left-outer join and right-outer join in a single read? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-do-left-outer-join-and-right-outer-join-in-a-single-read/m-p/2304063#M75875</link>
    <description>&lt;P&gt;I have two input files. One is a main, the other is a look-up. Is there any way to do a left-outer join and a right-outer join without reading the input files twice?&lt;/P&gt;</description>
    <pubDate>Mon, 26 Oct 2015 07:47:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-10-26T07:47:27Z</dc:date>
    <item>
      <title>How to do left-outer join and right-outer join in a single read?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-do-left-outer-join-and-right-outer-join-in-a-single-read/m-p/2304063#M75875</link>
      <description>&lt;P&gt;I have two input files. One is a main, the other is a look-up. Is there any way to do a left-outer join and a right-outer join without reading the input files twice?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 07:47:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-do-left-outer-join-and-right-outer-join-in-a-single-read/m-p/2304063#M75875</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-26T07:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to do left-outer join and right-outer join in a single read?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-do-left-outer-join-and-right-outer-join-in-a-single-read/m-p/2304064#M75876</link>
      <description>Hi&amp;nbsp; 
&lt;BR /&gt;No, you have to do the join two times, and merge the two result, filter the duplicated rows. With a small data set, you can read the data only one time from the files and store them into memory first, read them from memory when doing join. eg: 
&lt;BR /&gt;tFileINputDelimited1--main--tHashOutput1 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; | 
&lt;BR /&gt;tfileInputDelimited2--main--tHashOutput2 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; | 
&lt;BR /&gt;onsubjobok 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; | 
&lt;BR /&gt;tHashInput1--main--tMap--..... 
&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; &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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; lookup 
&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; &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; &amp;nbsp; &amp;nbsp; &amp;nbsp; tHashInput2 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 26 Oct 2015 08:14:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-do-left-outer-join-and-right-outer-join-in-a-single-read/m-p/2304064#M75876</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-26T08:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to do left-outer join and right-outer join in a single read?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-do-left-outer-join-and-right-outer-join-in-a-single-read/m-p/2304065#M75877</link>
      <description>Thanks for the quick reply!
&lt;BR /&gt;
&lt;BR /&gt;However, I'm dealing with 5 million+ rows of data. Any best approach that you can suggest without compromising on the performace?</description>
      <pubDate>Mon, 26 Oct 2015 08:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-do-left-outer-join-and-right-outer-join-in-a-single-read/m-p/2304065#M75877</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-26T08:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to do left-outer join and right-outer join in a single read?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-do-left-outer-join-and-right-outer-join-in-a-single-read/m-p/2304066#M75878</link>
      <description>No other way can achieve it with best performance, you have to read the data two times.</description>
      <pubDate>Tue, 27 Oct 2015 05:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-do-left-outer-join-and-right-outer-join-in-a-single-read/m-p/2304066#M75878</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-27T05:39:42Z</dc:date>
    </item>
  </channel>
</rss>

