<?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: duplicate rejection does not work (as usual) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/duplicate-rejection-does-not-work-as-usual/m-p/2279333#M54535</link>
    <description>&lt;P&gt;strange, all the examples I found (which were working so far)&lt;/P&gt; 
&lt;P&gt;did not need an inner variable nor an expression filter&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCr4sCAC" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/resolved-Remove-all-duplicate-rows-from-flow-including-original/td-p/113243&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Oct 2019 08:08:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-10-08T08:08:39Z</dc:date>
    <item>
      <title>duplicate rejection does not work (as usual)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/duplicate-rejection-does-not-work-as-usual/m-p/2279330#M54532</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;the content of a csv need to be imported in a table, avoiding duplicates on a field&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;- I try to reject duplicates using tMap, but it does not filter anything&lt;/P&gt; 
&lt;P&gt;- now I use not tUniqRow, but I &lt;U&gt;really dont understand why the tMap rejections was not working ???&lt;/U&gt;&lt;/P&gt; 
&lt;P&gt;(even if I set the "reload at each row" and even with a tDBCommit)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;please help me, this should definetely work&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;thanks&lt;/P&gt; 
&lt;P&gt;my setup :&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MI7h.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134115i369D5B00963E4D4E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MI7h.png" alt="0683p000009MI7h.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;rejection setup :&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MI7m.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147790iA99259A40761F17B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MI7m.png" alt="0683p000009MI7m.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;here is the run and imported file :&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MHzj.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138596i7E82A828C9A6DFB1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MHzj.png" alt="0683p000009MHzj.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:29:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/duplicate-rejection-does-not-work-as-usual/m-p/2279330#M54532</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T04:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: duplicate rejection does not work (as usual)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/duplicate-rejection-does-not-work-as-usual/m-p/2279331#M54533</link>
      <description>&lt;P&gt;tMap rejections was not working just because you don't ask it to remove duplicates.&lt;/P&gt; 
&lt;P&gt;What you do is just an inner join berween your main flow (row2) and a lookup (affiliate_lookup) saying "get records from main flow as soon as there no record in the lokkup with same value for the AffiliateCommercialName).&lt;/P&gt; 
&lt;P&gt;If you want to remove duplicates using tMap you can do this:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tMap.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6gi.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140757iA81ECCDBC15B75CA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6gi.png" alt="0683p000009M6gi.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;The difference is the tMap local variable named as the current AffiliateCommercialName value and populated with the number of occurence for this value. Then on the output flow you have a filter expression to remove every records but the 1rst one.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 10:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/duplicate-rejection-does-not-work-as-usual/m-p/2279331#M54533</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-10-03T10:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: duplicate rejection does not work (as usual)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/duplicate-rejection-does-not-work-as-usual/m-p/2279332#M54534</link>
      <description>Did this help?&lt;BR /&gt;If so thanks to mark your case as solved.</description>
      <pubDate>Fri, 04 Oct 2019 06:53:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/duplicate-rejection-does-not-work-as-usual/m-p/2279332#M54534</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-10-04T06:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: duplicate rejection does not work (as usual)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/duplicate-rejection-does-not-work-as-usual/m-p/2279333#M54535</link>
      <description>&lt;P&gt;strange, all the examples I found (which were working so far)&lt;/P&gt; 
&lt;P&gt;did not need an inner variable nor an expression filter&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCr4sCAC" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/resolved-Remove-all-duplicate-rows-from-flow-including-original/td-p/113243&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 08:08:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/duplicate-rejection-does-not-work-as-usual/m-p/2279333#M54535</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-08T08:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: duplicate rejection does not work (as usual)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/duplicate-rejection-does-not-work-as-usual/m-p/2279334#M54536</link>
      <description>&lt;P&gt;This example use a tFilter after the tMap which a similar solution of mine.&lt;BR /&gt;Once again, your tMap just tell "&lt;EM&gt;get records from main flow as soon as there is no record in the lookup with same value for the AffiliateCommercialName)&lt;/EM&gt;".&lt;/P&gt;
&lt;P&gt;There is nothing about duplicates. You have to decide and manage this case by yourself. The solution I proposed is lighter than the one you give as an example (less components used).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As it works and answer your question, thanks to mark your case as solved (Kudos also appreciated).&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 08:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/duplicate-rejection-does-not-work-as-usual/m-p/2279334#M54536</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-10-08T08:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: duplicate rejection does not work (as usual)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/duplicate-rejection-does-not-work-as-usual/m-p/2279335#M54537</link>
      <description>&lt;P&gt;I'll give it a try&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 11:51:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/duplicate-rejection-does-not-work-as-usual/m-p/2279335#M54537</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-08T11:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: duplicate rejection does not work (as usual)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/duplicate-rejection-does-not-work-as-usual/m-p/2279336#M54538</link>
      <description>&lt;P&gt;it works !!&lt;/P&gt;
&lt;P&gt;which means I have to modify all my previous talend jobs, lol&lt;/P&gt;
&lt;P&gt;I really dont understand that inner join reject, I means it's so confusing, since it looks like it's rejecting lookup matches&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;well thanks dude&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 11:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/duplicate-rejection-does-not-work-as-usual/m-p/2279336#M54538</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-08T11:55:47Z</dc:date>
    </item>
  </channel>
</rss>

