<?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: Full outer Join Need at tmap transformation in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Full-outer-Join-Need-at-tmap-transformation/m-p/2352454#M118845</link>
    <description>Hai,&lt;BR /&gt;&lt;BR /&gt;Anyone Please suggestion me ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Srinivasan.S</description>
    <pubDate>Thu, 05 Nov 2009 10:02:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-11-05T10:02:58Z</dc:date>
    <item>
      <title>Full outer Join Need at tmap transformation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Full-outer-Join-Need-at-tmap-transformation/m-p/2352453#M118844</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a two sources , emp &amp;amp; dept table.&lt;BR /&gt;&lt;BR /&gt;In emp table is Source  table and dept table is lookup table,&lt;BR /&gt;I need all the rows  from source table(emp)  and lookup table (dept).&lt;BR /&gt;In TMap transformation how to do this full outer join. In lookup table (Dept)  need all the rows to target.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Srinivasan.S</description>
      <pubDate>Sat, 16 Nov 2024 13:42:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Full-outer-Join-Need-at-tmap-transformation/m-p/2352453#M118844</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Full outer Join Need at tmap transformation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Full-outer-Join-Need-at-tmap-transformation/m-p/2352454#M118845</link>
      <description>Hai,&lt;BR /&gt;&lt;BR /&gt;Anyone Please suggestion me ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Srinivasan.S</description>
      <pubDate>Thu, 05 Nov 2009 10:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Full-outer-Join-Need-at-tmap-transformation/m-p/2352454#M118845</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-05T10:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Full outer Join Need at tmap transformation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Full-outer-Join-Need-at-tmap-transformation/m-p/2352455#M118846</link>
      <description>Hello 
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;In lookup table (Dept) need all the rows to target.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Set table (Dept) as main table and table(emp) as lookup table, don't check 'Inner join option'.
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 05 Nov 2009 10:30:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Full-outer-Join-Need-at-tmap-transformation/m-p/2352455#M118846</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-05T10:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Full outer Join Need at tmap transformation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Full-outer-Join-Need-at-tmap-transformation/m-p/2352456#M118847</link>
      <description>Shong,
&lt;BR /&gt;
&lt;BR /&gt; Thanks. but i need all the rows to target. (Full outer Join Logic),
&lt;BR /&gt; In emp table and dept table. (both of the table all the rows need to target)
&lt;BR /&gt;
&lt;BR /&gt; Please Suggestion me..</description>
      <pubDate>Thu, 05 Nov 2009 11:01:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Full-outer-Join-Need-at-tmap-transformation/m-p/2352456#M118847</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-05T11:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Full outer Join Need at tmap transformation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Full-outer-Join-Need-at-tmap-transformation/m-p/2352457#M118848</link>
      <description>Hello 
&lt;BR /&gt;You can read the source table(emp) and lookup table (dept) twice, do a left out join and a right out join, use a tUnite to merge all the rows, and then use a tUniqueRow to filter the duplicate rows. Note that select 'all matches' option when doing the left join.
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 05 Nov 2009 12:38:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Full-outer-Join-Need-at-tmap-transformation/m-p/2352457#M118848</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-05T12:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Full outer Join Need at tmap transformation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Full-outer-Join-Need-at-tmap-transformation/m-p/2352458#M118849</link>
      <description>Hi Shong,
&lt;BR /&gt;any reason it is not implemented ? I've used SSIS and Merge could do full outer join, however in BODI I missed that functionality as well. 
&lt;BR /&gt;thanks,
&lt;BR /&gt;Pjablons</description>
      <pubDate>Thu, 13 Sep 2012 09:09:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Full-outer-Join-Need-at-tmap-transformation/m-p/2352458#M118849</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-09-13T09:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Full outer Join Need at tmap transformation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Full-outer-Join-Need-at-tmap-transformation/m-p/2352459#M118850</link>
      <description>Vote for it: 
&lt;A href="https://jira.talendforge.org/browse/TDI-5996" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TDI-5996&lt;/A&gt;</description>
      <pubDate>Fri, 14 Sep 2012 01:46:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Full-outer-Join-Need-at-tmap-transformation/m-p/2352459#M118850</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2012-09-14T01:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Full outer Join Need at tmap transformation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Full-outer-Join-Need-at-tmap-transformation/m-p/2352460#M118851</link>
      <description>Hi, 
&lt;BR /&gt;Below is the process along with screenshot (see attached) of how to perform a full outer join in Talend: 
&lt;BR /&gt;The overall logic is as follows: 
&lt;BR /&gt;Perform a union with tUnite in order to fetch all the matched and unmatched data (along with duplicates), eliminate these duplicates using tUniqueRow and finally include additional columns (if the schema of the tables/files involved in full outer join is different) in the output using tMap/tJoin.&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;Connect the input sources (files/tables) to tUnite component in order to fetch all the matched and unmatched data (Make sure that the schema of the tables/files involved in full outer join operation is same as tUnite only accepts similar input schema. If it is different, include only those fields which are similar in both the tables/files. We will handle the remaining fields later in the job which is explained in step #3). This will give us the union data but which includes duplicates. 
&lt;BR /&gt;In order to eliminate these duplicates, connect the result set obtained from step#1 with tUniqueRow which will give unique data. At this step, the full outer join operation for your files/tables is completed successfully if the schema (number and structure of the columns for the tables/files involved in full outer join operation) is same. If it is not same (example, one additional column in 2nd file), perform an additional step (step#3) as explained below. 
&lt;BR /&gt;Lets assume that you have two fields ID, Name in file 1 and file 2 contains ID, Name, Dept. Step#2 will give us full outer join of these files but the columns which be present in the output will be ID, Name the reason for which is mentioned in step#1. In order to pull the field Dept in the output along the result set from step#2, configure a file input component to include all the required fields (ID, Name and Dept). Join this data (tMap/tJoin) with the result set obtained from step#2, and pull all the required fields in tMap/tJoin which eventually completes the full outer join process. If file 1 also contains some additional fields which are absent in file 2, you can also include file 1 in the join operation mentioned in this step (step#3) and pull the required columns in your final result set. 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Zaki Hasan. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEZM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136019i6C118BE29010A6DF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEZM.png" alt="0683p000009MEZM.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Sun, 18 Dec 2016 07:13:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Full-outer-Join-Need-at-tmap-transformation/m-p/2352460#M118851</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-18T07:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Full outer Join Need at tmap transformation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Full-outer-Join-Need-at-tmap-transformation/m-p/2352461#M118852</link>
      <description>&lt;P&gt;&amp;nbsp;Consider this --&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;id,name&lt;BR /&gt;1,a&lt;BR /&gt;2,b&lt;BR /&gt;3,c&lt;BR /&gt;tMap1&lt;BR /&gt;id,email,address,&lt;BR /&gt;1,dad@gmail.com,wxy&lt;BR /&gt;3,adad@gmail.com,abc&lt;BR /&gt;4,adadaqwq@yahoo.com,poiu&lt;/P&gt;
&lt;P&gt;o/p1&lt;/P&gt;
&lt;P&gt;id,name,email,address&lt;BR /&gt;1,a,dad@gmail.com,wxy&lt;BR /&gt;2,b,null,null&lt;BR /&gt;3,c,adad@gmail.com,abc&lt;BR /&gt;tMap2&lt;BR /&gt;id,email,address,&lt;BR /&gt;1,dad@gmail.com,wxy&lt;BR /&gt;3,adad@gmail.com,abc&lt;BR /&gt;4,adadaqwq@yahoo.com,poiu&lt;/P&gt;
&lt;P&gt;o/p2&lt;/P&gt;
&lt;P&gt;id,name,email,address&lt;BR /&gt;1,a,dad@gmail.com,wxy&lt;BR /&gt;2,b,null,null&lt;BR /&gt;3,c,adad@gmail.com,abc&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;1,a,dad@gmail.com,wxy&lt;BR /&gt;2,b,null,null&lt;BR /&gt;3,c,adad@gmail.com,abc&lt;/P&gt;
&lt;P&gt;tUnite&lt;/P&gt;
&lt;P&gt;1,a,dad@gmail.com,wxy&lt;BR /&gt;3,c,adad@gmail.com,abc&lt;BR /&gt;4,adadaqwq@yahoo.com,poiu&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1,a,dad@gmail.com,wxy&lt;BR /&gt;2,b,null,null&lt;BR /&gt;3,adad@gmail.com,abc&lt;BR /&gt;1,a,dad@gmail.com,wxy&lt;BR /&gt;3,c,adad@gmail.com,abc&lt;BR /&gt;4,adadaqwq@yahoo.com,poiu&lt;/P&gt;
&lt;P&gt;Pass the row as Unique --Duplicate to get Final o/p as FoJ&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 12:08:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Full-outer-Join-Need-at-tmap-transformation/m-p/2352461#M118852</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-06T12:08:06Z</dc:date>
    </item>
  </channel>
</rss>

