<?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 INNER / OUTER JOIN - TMAP &amp; TJOIN in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/INNER-OUTER-JOIN-TMAP-TJOIN/m-p/2318469#M88807</link>
    <description>I have two tables T1 and T2 with a key 
&lt;BR /&gt;I need to know: 
&lt;BR /&gt;1) the rows in T1 not in T2 to generate a first file 
&lt;BR /&gt;2) the rows in T2 not in T1 to generate a second file 
&lt;BR /&gt;3) for the rows in the both tables, I have a field with the date of the last update. The most updated rows with generate a third file 
&lt;BR /&gt;What is the best way to implement it ? 
&lt;BR /&gt;Any ideas? 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Didier</description>
    <pubDate>Tue, 21 Jul 2015 07:49:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-07-21T07:49:24Z</dc:date>
    <item>
      <title>INNER / OUTER JOIN - TMAP &amp; TJOIN</title>
      <link>https://community.qlik.com/t5/Talend-Studio/INNER-OUTER-JOIN-TMAP-TJOIN/m-p/2318469#M88807</link>
      <description>I have two tables T1 and T2 with a key 
&lt;BR /&gt;I need to know: 
&lt;BR /&gt;1) the rows in T1 not in T2 to generate a first file 
&lt;BR /&gt;2) the rows in T2 not in T1 to generate a second file 
&lt;BR /&gt;3) for the rows in the both tables, I have a field with the date of the last update. The most updated rows with generate a third file 
&lt;BR /&gt;What is the best way to implement it ? 
&lt;BR /&gt;Any ideas? 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Didier</description>
      <pubDate>Tue, 21 Jul 2015 07:49:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/INNER-OUTER-JOIN-TMAP-TJOIN/m-p/2318469#M88807</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-21T07:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: INNER / OUTER JOIN - TMAP &amp; TJOIN</title>
      <link>https://community.qlik.com/t5/Talend-Studio/INNER-OUTER-JOIN-TMAP-TJOIN/m-p/2318470#M88808</link>
      <description>&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Hi,&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;1) the rows in T1 not in T2 to generate a first file===&amp;gt; do a "T1 left outer join T2" where join_key is null&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;2) the rows in T2 not in T1 to generate a second file===&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;do a "T2 left outer join T1" where join_key is null&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;3) for the rows in the both tables, I have a field with the date of the last update. The most updated rows with generate a third file===&amp;gt;T1 inner join T2 then you put a taggregate using max on the date of last update.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Regards&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 21 Jul 2015 15:51:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/INNER-OUTER-JOIN-TMAP-TJOIN/m-p/2318470#M88808</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-21T15:51:37Z</dc:date>
    </item>
  </channel>
</rss>

