<?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: Tmap Joins in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Tmap-Joins/m-p/2336882#M105280</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for providing the answers!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For @Xiaodi Shi​&amp;nbsp;'s question for input i had some think like &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000aFffOAAS.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155467iB0A05F4B73D8C1C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aFffOAAS.png" alt="0695b00000aFffOAAS.png" /&gt;&lt;/span&gt;And Reference table like :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000aFfeuAAC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138821i9173CC1BBF91164A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aFfeuAAC.png" alt="0695b00000aFfeuAAC.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am joining on the 'VAL' column of both tables and trying to get two outputs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One table with PK 1,2 and 3 -&amp;gt; This table should contain all the matching values plus the values for which we have null as input from source such as PK=3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Other table with PK 4 -&amp;gt; This table indicates such values that are present in source bit not in reference table,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;@Jan Lolling​&amp;nbsp; . I am currently doing this by using inner join :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create three output tables.&lt;/LI&gt;&lt;LI&gt;For table 1 will have all the valid values that are matching with the reference table.&lt;/LI&gt;&lt;LI&gt;Table 2 will be on the inner join's reject records (by enabling the option on catch lookup rejects option ) additionally filtered with the condition where input column is null.&lt;/LI&gt;&lt;LI&gt;Table3 will be on the inner join's reject records  (by enabling the option on catch lookup rejects option ) additionally filtered with the condition where input column is not null.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am storing the table 1 and 2 in tHashoutput which will be later  merged and stored.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if there are any other optimal ways to achieve this tasks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Dec 2022 11:27:13 GMT</pubDate>
    <dc:creator>Daemon_demon</dc:creator>
    <dc:date>2022-12-13T11:27:13Z</dc:date>
    <item>
      <title>Tmap Joins</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-Joins/m-p/2336879#M105277</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In one of my situation, the data in my source table is mixture of null and not-null values. I have to do following operations:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;If the ip column is null , pass it as is to output say TABLE A&lt;/LI&gt;&lt;LI&gt;If the ip column is non-null , inner join it with lookup table and send it to the output Table A.&lt;/LI&gt;&lt;LI&gt;Get the rejects from inner-join performed in step 2 and send it to other table , Table B .&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can perform 2/3 operations using a tMap, is it possible to to perform all 3 ops?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please not, i am trying to avoid additional components like tfilter or bufferInput&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-Joins/m-p/2336879#M105277</guid>
      <dc:creator>Daemon_demon</dc:creator>
      <dc:date>2024-11-15T22:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Tmap Joins</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-Joins/m-p/2336880#M105278</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Could you please elaborate your case with an example with input and expected output values?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 08:45:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-Joins/m-p/2336880#M105278</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-08T08:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Tmap Joins</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-Joins/m-p/2336881#M105279</link>
      <description>&lt;P&gt;You need 2 tMap components. In the first tMap component you split the incoming flow into 2 output flows. One for null values and the 2. output flow for not null values. The second flow have to be the input for the 2. tMap and here you can do the inner join.&lt;/P&gt;&lt;P&gt;You cannot do everything in one tMap!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 10:15:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-Joins/m-p/2336881#M105279</guid>
      <dc:creator>jlolling</dc:creator>
      <dc:date>2022-12-09T10:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Tmap Joins</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-Joins/m-p/2336882#M105280</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for providing the answers!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For @Xiaodi Shi​&amp;nbsp;'s question for input i had some think like &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000aFffOAAS.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155467iB0A05F4B73D8C1C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aFffOAAS.png" alt="0695b00000aFffOAAS.png" /&gt;&lt;/span&gt;And Reference table like :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000aFfeuAAC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138821i9173CC1BBF91164A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aFfeuAAC.png" alt="0695b00000aFfeuAAC.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am joining on the 'VAL' column of both tables and trying to get two outputs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One table with PK 1,2 and 3 -&amp;gt; This table should contain all the matching values plus the values for which we have null as input from source such as PK=3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Other table with PK 4 -&amp;gt; This table indicates such values that are present in source bit not in reference table,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;@Jan Lolling​&amp;nbsp; . I am currently doing this by using inner join :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create three output tables.&lt;/LI&gt;&lt;LI&gt;For table 1 will have all the valid values that are matching with the reference table.&lt;/LI&gt;&lt;LI&gt;Table 2 will be on the inner join's reject records (by enabling the option on catch lookup rejects option ) additionally filtered with the condition where input column is null.&lt;/LI&gt;&lt;LI&gt;Table3 will be on the inner join's reject records  (by enabling the option on catch lookup rejects option ) additionally filtered with the condition where input column is not null.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am storing the table 1 and 2 in tHashoutput which will be later  merged and stored.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if there are any other optimal ways to achieve this tasks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 11:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-Joins/m-p/2336882#M105280</guid>
      <dc:creator>Daemon_demon</dc:creator>
      <dc:date>2022-12-13T11:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Tmap Joins</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-Joins/m-p/2336883#M105281</link>
      <description>&lt;P&gt;I think my former answer works here.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 12:04:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-Joins/m-p/2336883#M105281</guid>
      <dc:creator>jlolling</dc:creator>
      <dc:date>2022-12-13T12:04:44Z</dc:date>
    </item>
  </channel>
</rss>

