<?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 create a reject flow from tmap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-reject-flow-from-tmap/m-p/2349421#M116407</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;See below, do an inner join on tMap, set the 'Catch lookup inner join reject' option as true to output the rejected rows in another output table. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000hua4IAAQ.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140553i721CCE6CEBEC356E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000hua4IAAQ.jpg" alt="0695b00000hua4IAAQ.jpg" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this is what you expected?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jun 2023 07:43:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-06-14T07:43:31Z</dc:date>
    <item>
      <title>How to create a reject flow from tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-reject-flow-from-tmap/m-p/2349420#M116406</link>
      <description>&lt;P&gt;Hi, newbie here.&lt;/P&gt;&lt;P&gt;I was doing a job that joins 3 postgres tables and produce an output as follows:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000hua1sAAA.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142210iB0F2B61BB17CDB57/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000hua1sAAA.png" alt="0695b00000hua1sAAA.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;quite a simple job. &lt;/P&gt;&lt;P&gt;The join is as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;select tverdet.*, ana.pkid as pkid_anag&lt;/P&gt;&lt;P&gt;from tmp_ici_ver_spontanei_det tverdet&lt;/P&gt;&lt;P&gt;join an1_trasco tan1 on tverdet.codice_trasco_an1 = tan1.codice&lt;/P&gt;&lt;P&gt;join an1_anagrafe_unica ana on tan1.id_anag_unica = ana.pkid&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And here's my problem: there are some records in my &lt;/P&gt;&lt;P&gt;tmp_ici_ver_spontanei_det that haven't a match in the an1_trasco, so if I have 10 rows in input from the join, I will have, let's say, 8 rows in the output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to filter this information generating so 2 output files? &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sql like is quite simple: I will add a statement like "and not exists(select * from an1_trasco tan1 where tan1.codice = tverdet.codice_trasco_an1). But this will imply modifying the current job and passing a sql query directly in the input, and so having 2 input; one that consider the join and one that take the excluded rows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the bad english &lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 07:23:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-reject-flow-from-tmap/m-p/2349420#M116406</guid>
      <dc:creator>Serphentelm</dc:creator>
      <dc:date>2023-06-14T07:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a reject flow from tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-reject-flow-from-tmap/m-p/2349421#M116407</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;See below, do an inner join on tMap, set the 'Catch lookup inner join reject' option as true to output the rejected rows in another output table. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000hua4IAAQ.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140553i721CCE6CEBEC356E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000hua4IAAQ.jpg" alt="0695b00000hua4IAAQ.jpg" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this is what you expected?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 07:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-reject-flow-from-tmap/m-p/2349421#M116407</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-14T07:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a reject flow from tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-reject-flow-from-tmap/m-p/2349422#M116408</link>
      <description>&lt;P&gt;Thanks Shong, that's exactly what I was looking for.&lt;/P&gt;&lt;P&gt;Talend has so many component to discover that's quite overwelming! &lt;/P&gt;&lt;P&gt;Thnaks again&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 08:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-reject-flow-from-tmap/m-p/2349422#M116408</guid>
      <dc:creator>Serphentelm</dc:creator>
      <dc:date>2023-06-14T08:23:00Z</dc:date>
    </item>
  </channel>
</rss>

