<?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 compare rows between two tables in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-compare-rows-between-two-tables/m-p/2353570#M119730</link>
    <description>&lt;P&gt;You just need 2 subjobs.&lt;/P&gt; 
&lt;P&gt;1rst one use Table1 as main row and Table2 as lookup with a tMap and inner join - rejeected rows will go to outpu1.&lt;/P&gt; 
&lt;P&gt;2nd one is just the reverse to the previous one.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The general design should be like this:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 358px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lygx.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139389i99A8EC4513E542FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lygx.png" alt="0683p000009Lygx.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Here is what the tMap should look like (be carefull of red circled options):&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lyj6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155978i9D59EBAED3FE305B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lyj6.png" alt="0683p000009Lyj6.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;The other tMap must be the same as this one.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 29 May 2018 16:00:59 GMT</pubDate>
    <dc:creator>TRF</dc:creator>
    <dc:date>2018-05-29T16:00:59Z</dc:date>
    <item>
      <title>How to compare rows between two tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-compare-rows-between-two-tables/m-p/2353569#M119729</link>
      <description>&lt;P&gt;Hello, so I have two table with the same columns, but no primary key.&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;Table 1&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;Name |&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Tom |&lt;/P&gt;&lt;P&gt;Albert |&lt;/P&gt;&lt;P&gt;Tom |&lt;/P&gt;&lt;P&gt;Hawk |&amp;nbsp;&lt;/P&gt;&lt;P&gt;Albert |&amp;nbsp;&lt;/P&gt;&lt;P&gt;Harry |&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Table 2&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Name |&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Tania |&lt;/P&gt;&lt;P&gt;Albert |&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tom |&lt;/P&gt;&lt;P&gt;Peter |&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Essentially, I want to have 2 different outputs.&lt;BR /&gt;First output will be a table with names in Table 1 that can be found in Table 2&lt;/P&gt;&lt;P&gt;&lt;U&gt;Output 1&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Name |&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Tom |&lt;/P&gt;&lt;P&gt;Albert |&lt;/P&gt;&lt;P&gt;Tom |&lt;/P&gt;&lt;P&gt;Albert |&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Second output will be a table with names in Table 1 that cannot be found in Table 2&lt;/P&gt;&lt;P&gt;&lt;U&gt;Output 2&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;Name |&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hawk |&amp;nbsp;&lt;/P&gt;&lt;P&gt;Harry |&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried using tMap but I have no idea how I could go around doing it.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:11:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-compare-rows-between-two-tables/m-p/2353569#M119729</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare rows between two tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-compare-rows-between-two-tables/m-p/2353570#M119730</link>
      <description>&lt;P&gt;You just need 2 subjobs.&lt;/P&gt; 
&lt;P&gt;1rst one use Table1 as main row and Table2 as lookup with a tMap and inner join - rejeected rows will go to outpu1.&lt;/P&gt; 
&lt;P&gt;2nd one is just the reverse to the previous one.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The general design should be like this:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 358px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lygx.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139389i99A8EC4513E542FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lygx.png" alt="0683p000009Lygx.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Here is what the tMap should look like (be carefull of red circled options):&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lyj6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155978i9D59EBAED3FE305B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lyj6.png" alt="0683p000009Lyj6.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;The other tMap must be the same as this one.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2018 16:00:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-compare-rows-between-two-tables/m-p/2353570#M119730</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-05-29T16:00:59Z</dc:date>
    </item>
  </channel>
</rss>

