<?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 CSV file and tUniqueRow in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/CSV-file-and-tUniqueRow/m-p/2242967#M29623</link>
    <description>Hi, 
&lt;BR /&gt;I have a problem with the component tUniqueRow 
&lt;BR /&gt;I go through a file Excel and I wish to delete all duplicates of this file 
&lt;BR /&gt;My component works correctly ( no error message) but the results are false 
&lt;BR /&gt;There are maybe errors for the treatment of files Excel (.csv )? Bugs? 
&lt;BR /&gt;Fichier_Valide_Temp contains the lines of valid customers =&amp;gt; row Uniques 
&lt;BR /&gt;Fichier_Doublons_Nom+Siret contains customers' lines which are in duplicates =&amp;gt; row Duplicates 
&lt;BR /&gt;Is it a bug of the component ? 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt;Thx</description>
    <pubDate>Sat, 16 Nov 2024 14:26:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T14:26:45Z</dc:date>
    <item>
      <title>CSV file and tUniqueRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/CSV-file-and-tUniqueRow/m-p/2242967#M29623</link>
      <description>Hi, 
&lt;BR /&gt;I have a problem with the component tUniqueRow 
&lt;BR /&gt;I go through a file Excel and I wish to delete all duplicates of this file 
&lt;BR /&gt;My component works correctly ( no error message) but the results are false 
&lt;BR /&gt;There are maybe errors for the treatment of files Excel (.csv )? Bugs? 
&lt;BR /&gt;Fichier_Valide_Temp contains the lines of valid customers =&amp;gt; row Uniques 
&lt;BR /&gt;Fichier_Doublons_Nom+Siret contains customers' lines which are in duplicates =&amp;gt; row Duplicates 
&lt;BR /&gt;Is it a bug of the component ? 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt;Thx</description>
      <pubDate>Sat, 16 Nov 2024 14:26:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/CSV-file-and-tUniqueRow/m-p/2242967#M29623</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: CSV file and tUniqueRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/CSV-file-and-tUniqueRow/m-p/2242968#M29624</link>
      <description>Hi 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I go through a file Excel and I wish to delete all duplicates of this file&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Using this component can get the unique rows and remove the duplicate rows via key attribute. 
&lt;BR /&gt;what's are your input data and what are your expected result ? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Wed, 05 Mar 2008 06:37:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/CSV-file-and-tUniqueRow/m-p/2242968#M29624</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-05T06:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: CSV file and tUniqueRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/CSV-file-and-tUniqueRow/m-p/2242969#M29625</link>
      <description>hi Shong ,
&lt;BR /&gt;Input Data (file Excel) : Customer 's informations of type : Siret Name of the customer
&lt;BR /&gt; 001 toto
&lt;BR /&gt; 002 titi
&lt;BR /&gt; 003 tata
&lt;BR /&gt; 001 toto
&lt;BR /&gt; 
&lt;BR /&gt;Expected result : row Duplicates : Siret Name of the customer 
&lt;BR /&gt; 001 toto
&lt;BR /&gt; row Uniques : Siret Name of the customer
&lt;BR /&gt; 002 titi
&lt;BR /&gt; 003 tata
&lt;BR /&gt; 
&lt;BR /&gt; In my tUniqueRow i checked unique key in key attrinute "Siret" and "Name of customer"
&lt;BR /&gt;My purpose is to eliminate duplicates on the siret and on the name of the customer .
&lt;BR /&gt;I want to have in result valid customers in a file Excel and the customers in copies (duplicates) in a other file Excel.
&lt;BR /&gt;tUniqueRow duplicates are eliminate of the valid file or if it keeps a copy of the doubloon of the valid file.
&lt;BR /&gt;Example : Result : row Duplicates : Siret Names of the customers
&lt;BR /&gt; 001 toto
&lt;BR /&gt; 001 toto
&lt;BR /&gt; row Uniques : Siret Names of the customers
&lt;BR /&gt; 002 titi
&lt;BR /&gt; 003 tata
&lt;BR /&gt;OR
&lt;BR /&gt; row Duplicates : Siret Names of the customers
&lt;BR /&gt; 001 toto
&lt;BR /&gt; row Uniques : Siret Names of the customers
&lt;BR /&gt; 001 toto
&lt;BR /&gt; 002 titi
&lt;BR /&gt; 003 tata
&lt;BR /&gt;
&lt;BR /&gt;Thank you for your help</description>
      <pubDate>Wed, 05 Mar 2008 10:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/CSV-file-and-tUniqueRow/m-p/2242969#M29625</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-05T10:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: CSV file and tUniqueRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/CSV-file-and-tUniqueRow/m-p/2242970#M29626</link>
      <description>try this</description>
      <pubDate>Wed, 05 Mar 2008 11:45:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/CSV-file-and-tUniqueRow/m-p/2242970#M29626</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-05T11:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: CSV file and tUniqueRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/CSV-file-and-tUniqueRow/m-p/2242971#M29627</link>
      <description>I do not see the interest to cut my file in entry to two different files. 
&lt;BR /&gt;Furthermore, which is the purpose of the tMap in your example ? 
&lt;BR /&gt;A small explanation of your screen shots is possible.....</description>
      <pubDate>Wed, 05 Mar 2008 14:59:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/CSV-file-and-tUniqueRow/m-p/2242971#M29627</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-05T14:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: CSV file and tUniqueRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/CSV-file-and-tUniqueRow/m-p/2242972#M29628</link>
      <description>If you don't split the file you can't use the two flow in a tMap I've tried to do it.&lt;BR /&gt;In my tMap I do an Inner Join to know which column are duplicated. So in the output Duplicates I've put the Values which are in both flow. In the Uniques flow I've put the values which are not. (with the inner join reject)</description>
      <pubDate>Wed, 05 Mar 2008 15:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/CSV-file-and-tUniqueRow/m-p/2242972#M29628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-05T15:11:58Z</dc:date>
    </item>
  </channel>
</rss>

