<?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: No duplicates entry while inserting data in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/No-duplicates-entry-while-inserting-data/m-p/2293258#M66252</link>
    <description>One more great explaination from 
&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;</description>
    <pubDate>Tue, 27 Feb 2018 22:13:34 GMT</pubDate>
    <dc:creator>TRF</dc:creator>
    <dc:date>2018-02-27T22:13:34Z</dc:date>
    <item>
      <title>No duplicates entry while inserting data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/No-duplicates-entry-while-inserting-data/m-p/2293254#M66248</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;I have CSVs and there are lots of data in CSVs. Basically when I ran job for the specific client I need not to insert the duplicate entry which have same billing number.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 425px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ls3u.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129883i83EADD74807ED605/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ls3u.png" alt="0683p000009Ls3u.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;This is &lt;STRONG&gt;IgnoreRecord&amp;nbsp;&lt;/STRONG&gt;in which I need a condition that same billing number enter not inserted in the table.&lt;BR /&gt;&lt;BR /&gt;The sample data is like this:&lt;BR /&gt;Customer,,Calendar day,Billing document,Reference document,Customer PO,&amp;nbsp;&amp;nbsp; &amp;nbsp;Net Qty,"&amp;nbsp;&amp;nbsp; &amp;nbsp;Avg&lt;BR /&gt;Invoice&lt;BR /&gt;Price","&amp;nbsp;&amp;nbsp; &amp;nbsp;Invoice&lt;BR /&gt;Price"&lt;BR /&gt;199,Test,2018-01-08,&lt;STRONG&gt;2301404902&lt;/STRONG&gt;,66184874,M-1-4-18,-1,$55.00 ,($55.00)&lt;BR /&gt;199,Test,2018-02-19,&lt;STRONG&gt;2117199105&lt;/STRONG&gt;,532021306,120493,79,$45.00 ,"$3,555.00 "&lt;BR /&gt;199,Test,2018-02-19,&lt;STRONG&gt;2117199105&lt;/STRONG&gt;,532021306,120493,32,$45.00 ,"$1,440.00 "&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The bold one is the billing number.&lt;BR /&gt;So basically I need only 2 entries in the table when I ran the code. No need to insert same billing number entry.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 13:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/No-duplicates-entry-while-inserting-data/m-p/2293254#M66248</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-27T13:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: No duplicates entry while inserting data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/No-duplicates-entry-while-inserting-data/m-p/2293255#M66249</link>
      <description>&lt;P&gt;Use a tAggregateRow to achieve this. Connect it to your input component and group by your billing number column. Output ALL of the other columns in your "Operations" table and set the Function for each column to First or Last. The Function allows you to specify whether you want the first record in the group's values or the last record in the group's values to be used. There are other functions, but I think you will probably only need to look at those.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 13:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/No-duplicates-entry-while-inserting-data/m-p/2293255#M66249</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-27T13:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: No duplicates entry while inserting data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/No-duplicates-entry-while-inserting-data/m-p/2293256#M66250</link>
      <description>Or just a simple tUniqRow.</description>
      <pubDate>Tue, 27 Feb 2018 21:05:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/No-duplicates-entry-while-inserting-data/m-p/2293256#M66250</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-02-27T21:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: No duplicates entry while inserting data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/No-duplicates-entry-while-inserting-data/m-p/2293257#M66251</link>
      <description>&lt;P&gt;The&amp;nbsp;tUniqRow would work, but it doesn't give you&amp;nbsp;the sort of control over the values&amp;nbsp;to keep that the tAggregateRow does. I suggested it with the fact in mind that the "duplicate rows" are not truly duplicate and therefore I'd expect preferred values from the two or more rows to be required.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 21:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/No-duplicates-entry-while-inserting-data/m-p/2293257#M66251</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-27T21:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: No duplicates entry while inserting data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/No-duplicates-entry-while-inserting-data/m-p/2293258#M66252</link>
      <description>One more great explaination from 
&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;</description>
      <pubDate>Tue, 27 Feb 2018 22:13:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/No-duplicates-entry-while-inserting-data/m-p/2293258#M66252</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-02-27T22:13:34Z</dc:date>
    </item>
  </channel>
</rss>

