<?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: Compare DATA from 2 sources in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Compare-DATA-from-2-sources/m-p/2359799#M124520</link>
    <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have 2 solutions to do that : &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tMap : you do a join with all keys, selecting inner join as join model, and in output you set true to option "Catch lookup inner join reject" : &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000HBKE3AAP.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137871i23FC2FA748030C6E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000HBKE3AAP.png" alt="0695b00000HBKE3AAP.png" /&gt;&lt;/span&gt;tJoin : if you use inner join option, you can have output reject "link" : &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000HBKEDAA5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150487i28BCBB57BB3DC940/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000HBKEDAA5.png" alt="0695b00000HBKEDAA5.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000HBKENAA5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140240iDA8C83A6D922681B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000HBKENAA5.png" alt="0695b00000HBKENAA5.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But in each solution, you have to define which table is the main table of your join : if it's table 1, you will have as output all line from table 1 that don't exist in table 2. If it's table 2, you will have as output all line from table 2 that don't exist in table 1. so if you want lines in table 1 and table 2 that are not in the other table, you will have to do 2 differents join / tmap&lt;/P&gt;</description>
    <pubDate>Mon, 09 Aug 2021 16:06:56 GMT</pubDate>
    <dc:creator>MS5</dc:creator>
    <dc:date>2021-08-09T16:06:56Z</dc:date>
    <item>
      <title>Compare DATA from 2 sources</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Compare-DATA-from-2-sources/m-p/2359798#M124519</link>
      <description>&lt;P&gt;I have data as such from table 1 : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;             PN                               |           ART_FAB                                    |                        MANUF_Name&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;               AC2112223                |GRM1885C1H221K                              |MURATA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               AC2112223                |&lt;/P&gt;GCM1885C2A221JA16J&lt;P&gt;                        |&lt;/P&gt;MURATA&lt;P&gt;&lt;/P&gt;&lt;P&gt;               AC2112223                |&lt;/P&gt;GCM1885C2A221JA16D&lt;P&gt;                       |&lt;/P&gt;MURATA&lt;P&gt;&lt;/P&gt;&lt;P&gt;               AC2112223                |&lt;/P&gt;CC0603JRNPO0BN221&lt;P&gt;                         |&lt;/P&gt;MURATA&lt;P&gt;&lt;/P&gt;&lt;P&gt;               AC2112223                |&lt;/P&gt;C0603C221G5GAC&lt;P&gt;                               |&lt;/P&gt;MURATA&lt;P&gt;&lt;/P&gt;&lt;P&gt;               AC2112223                |&lt;/P&gt;C0603C221J5GAC&lt;P&gt;                                 |&lt;/P&gt;SAMSUNG&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have data as such from table 2 : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;             PN                               |           ART_FAB                                    |                        MANUF_Name&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;               AC2112223                |GRM1885C1H221K                              |MURATA&lt;/P&gt;&lt;P&gt;               AC2112223                |GCM1885C2A221JA16J                        |MURATA&lt;/P&gt;&lt;P&gt;               AC2112223                |GCM1885C2A221JA16D                       |MURATA&lt;/P&gt;&lt;P&gt;               AC2112223                |CC0603JRNPO0BN221                         |AAA&lt;/P&gt;&lt;P&gt;               AC2112223                |KBCGS                                                  |BBB&lt;/P&gt;&lt;P&gt;               AC2112223                |898                                                      |CC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to compare data to get the data that is not the same in a reject table  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that we can achieve this with output reject option in tMAP   . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 15:12:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Compare-DATA-from-2-sources/m-p/2359798#M124519</guid>
      <dc:creator>kakooo16</dc:creator>
      <dc:date>2021-08-09T15:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Compare DATA from 2 sources</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Compare-DATA-from-2-sources/m-p/2359799#M124520</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have 2 solutions to do that : &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tMap : you do a join with all keys, selecting inner join as join model, and in output you set true to option "Catch lookup inner join reject" : &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000HBKE3AAP.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137871i23FC2FA748030C6E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000HBKE3AAP.png" alt="0695b00000HBKE3AAP.png" /&gt;&lt;/span&gt;tJoin : if you use inner join option, you can have output reject "link" : &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000HBKEDAA5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150487i28BCBB57BB3DC940/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000HBKEDAA5.png" alt="0695b00000HBKEDAA5.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000HBKENAA5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140240iDA8C83A6D922681B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000HBKENAA5.png" alt="0695b00000HBKENAA5.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But in each solution, you have to define which table is the main table of your join : if it's table 1, you will have as output all line from table 1 that don't exist in table 2. If it's table 2, you will have as output all line from table 2 that don't exist in table 1. so if you want lines in table 1 and table 2 that are not in the other table, you will have to do 2 differents join / tmap&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 16:06:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Compare-DATA-from-2-sources/m-p/2359799#M124520</guid>
      <dc:creator>MS5</dc:creator>
      <dc:date>2021-08-09T16:06:56Z</dc:date>
    </item>
  </channel>
</rss>

