<?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 get rows matched and rows not matched to the same table? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-rows-matched-and-rows-not-matched-to-the-same-table/m-p/2349815#M116746</link>
    <description>&lt;P&gt;Sorry it is my bad tUnite.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jun 2021 10:45:14 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2021-06-21T10:45:14Z</dc:date>
    <item>
      <title>How to get rows matched and rows not matched to the same table?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-rows-matched-and-rows-not-matched-to-the-same-table/m-p/2349812#M116743</link>
      <description>&lt;P&gt;Hello everyone!&lt;/P&gt;&lt;P&gt;I have two excel files with this columns (example):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;EXCEL 1&lt;/B&gt;&lt;/P&gt;&lt;P&gt;ID -- Name - Age&lt;/P&gt;&lt;P&gt;1--Paul--31&lt;/P&gt;&lt;P&gt;2--Ramon--26&lt;/P&gt;&lt;P&gt;3--Chris--29&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;EXCEL 2&lt;/B&gt;&lt;/P&gt;&lt;P&gt;ID --Countries visited -- Number of brothers&lt;/P&gt;&lt;P&gt;1--5--2&lt;/P&gt;&lt;P&gt;3--2--1&lt;/P&gt;&lt;P&gt;4--6--4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I WANT a TABLE LIKE THIS:&lt;/P&gt;&lt;P&gt;&lt;B&gt;TABLE&lt;/B&gt;&lt;/P&gt;&lt;P&gt;ID(PK) --Name-Age-Countries visited--Number of brothers&lt;/P&gt;&lt;P&gt;1--Paul--31--5--2&lt;/P&gt;&lt;P&gt;2--Ramon--26--NULL--NULL&lt;/P&gt;&lt;P&gt;3--Chris--29--2--1&lt;/P&gt;&lt;P&gt;4--NULL--NULL--6--4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WHATS THE PROBLEM? I'm doing a JOIN in a t_Map between &lt;A href="http://EXCEL1.ID" alt="http://EXCEL1.ID" target="_blank"&gt;EXCEL1.ID&lt;/A&gt; and &lt;A href="http://EXCEL2.ID" alt="http://EXCEL2.ID" target="_blank"&gt;EXCEL2.ID&lt;/A&gt;, but the ID's that not matched are NULLS (like ID 2 and 4), and I can't have a Primary Key as NULL. &lt;/P&gt;&lt;P&gt;I want the rows that matched and the rows that not matched.&lt;/P&gt;&lt;P&gt;How can I reach that?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-rows-matched-and-rows-not-matched-to-the-same-table/m-p/2349812#M116743</guid>
      <dc:creator>EvoticTalend</dc:creator>
      <dc:date>2024-11-16T00:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to get rows matched and rows not matched to the same table?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-rows-matched-and-rows-not-matched-to-the-same-table/m-p/2349813#M116744</link>
      <description>&lt;P&gt;@Ivan R​&amp;nbsp;,you do with tmap &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Flow 1) :- &lt;B&gt;EXCEL 1 is primary and EXCEL 2 is lookup and do leftouter join and get all the columns&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Flow 2) :-&lt;B&gt;EXCEL 2 is primary and EXCEL 1 is lookup and do the inner join and get the inner join rejects.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;And both outputs connected to tUnion component and you will get required output.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Thanks,&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Manohar&lt;/B&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 10:26:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-rows-matched-and-rows-not-matched-to-the-same-table/m-p/2349813#M116744</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2021-06-21T10:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to get rows matched and rows not matched to the same table?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-rows-matched-and-rows-not-matched-to-the-same-table/m-p/2349814#M116745</link>
      <description>&lt;P&gt;Hi Manohar! thanks for the response, appreciate it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im trying your way but I dont find the tUnion component, maybe it is tUnite?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 10:29:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-rows-matched-and-rows-not-matched-to-the-same-table/m-p/2349814#M116745</guid>
      <dc:creator>EvoticTalend</dc:creator>
      <dc:date>2021-06-21T10:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to get rows matched and rows not matched to the same table?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-rows-matched-and-rows-not-matched-to-the-same-table/m-p/2349815#M116746</link>
      <description>&lt;P&gt;Sorry it is my bad tUnite.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 10:45:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-rows-matched-and-rows-not-matched-to-the-same-table/m-p/2349815#M116746</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2021-06-21T10:45:14Z</dc:date>
    </item>
  </channel>
</rss>

