<?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 Insert unique value in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Insert-unique-value/m-p/2250435#M34676</link>
    <description>hi,&lt;BR /&gt;  I have two file File1, File2. Both have two field name,id.&lt;BR /&gt;File1:&lt;BR /&gt;name       ID&lt;BR /&gt;akki        123&lt;BR /&gt;akshath   124&lt;BR /&gt;akki        123&lt;BR /&gt;File2:&lt;BR /&gt;name       ID&lt;BR /&gt;aks         125&lt;BR /&gt;akki        123&lt;BR /&gt;aks         125&lt;BR /&gt;These data i want to insert to table. At the end table should have only unique data.&lt;BR /&gt;i.e&lt;BR /&gt;name         ID&lt;BR /&gt;akki          123&lt;BR /&gt;akshath     124&lt;BR /&gt;aks           125&lt;BR /&gt;From each file i can get unique row using tUniqueRow component, but how to get unique row between files.&lt;BR /&gt;My job is some what like this:&lt;BR /&gt;tFileList----&amp;gt;tFileInputde----&amp;gt;tMap----&amp;gt;tUniqueRow----&amp;gt;tVerticaOutput.&lt;BR /&gt;So here only file level duplication can be eliminated. i want to achieve row level duplication.&lt;BR /&gt;This is just an example i have thousands of file like this.&lt;BR /&gt;Please do suggest the answers.&lt;BR /&gt;Regards,&lt;BR /&gt;Akshath Hegde</description>
    <pubDate>Tue, 17 Dec 2013 06:31:07 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2013-12-17T06:31:07Z</dc:date>
    <item>
      <title>Insert unique value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insert-unique-value/m-p/2250435#M34676</link>
      <description>hi,&lt;BR /&gt;  I have two file File1, File2. Both have two field name,id.&lt;BR /&gt;File1:&lt;BR /&gt;name       ID&lt;BR /&gt;akki        123&lt;BR /&gt;akshath   124&lt;BR /&gt;akki        123&lt;BR /&gt;File2:&lt;BR /&gt;name       ID&lt;BR /&gt;aks         125&lt;BR /&gt;akki        123&lt;BR /&gt;aks         125&lt;BR /&gt;These data i want to insert to table. At the end table should have only unique data.&lt;BR /&gt;i.e&lt;BR /&gt;name         ID&lt;BR /&gt;akki          123&lt;BR /&gt;akshath     124&lt;BR /&gt;aks           125&lt;BR /&gt;From each file i can get unique row using tUniqueRow component, but how to get unique row between files.&lt;BR /&gt;My job is some what like this:&lt;BR /&gt;tFileList----&amp;gt;tFileInputde----&amp;gt;tMap----&amp;gt;tUniqueRow----&amp;gt;tVerticaOutput.&lt;BR /&gt;So here only file level duplication can be eliminated. i want to achieve row level duplication.&lt;BR /&gt;This is just an example i have thousands of file like this.&lt;BR /&gt;Please do suggest the answers.&lt;BR /&gt;Regards,&lt;BR /&gt;Akshath Hegde</description>
      <pubDate>Tue, 17 Dec 2013 06:31:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insert-unique-value/m-p/2250435#M34676</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-12-17T06:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Insert unique value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insert-unique-value/m-p/2250436#M34677</link>
      <description>Hi, 
&lt;BR /&gt;All the thousand of files are same structure?
&lt;BR /&gt;If so, you can use tfileinputxxx_1--&amp;gt;main--&amp;gt;tUnite--&amp;gt;tuniqrow--&amp;gt;UnqiRow--&amp;gt;toutputxxx
&lt;BR /&gt; tfileinputxxx_2--&amp;gt;
&lt;BR /&gt;See my screenshots
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina
&lt;BR /&gt;
&lt;IMG src="https://community.talend.com/legacyfs/online/membersTempo/55433/123846_1.png" /&gt;</description>
      <pubDate>Tue, 17 Dec 2013 06:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insert-unique-value/m-p/2250436#M34677</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-17T06:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Insert unique value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insert-unique-value/m-p/2250437#M34678</link>
      <description>Hi, 
&lt;BR /&gt; Thanks for quick reply. But i cant use 1000 tFileInputDelimited for single job right!!! Im fetching file using tFileList because all file is of same extension and same structure. And after some time i may receive some more files, again i have to add tFileInputDelimited !!!. This doesn't look efficient. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Akshath Hegde</description>
      <pubDate>Tue, 17 Dec 2013 09:24:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insert-unique-value/m-p/2250437#M34678</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-12-17T09:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Insert unique value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insert-unique-value/m-p/2250438#M34679</link>
      <description>Hi,&lt;BR /&gt;   Anything else we can do for this?? &lt;BR /&gt;Note:files are taken one at a time.&lt;BR /&gt;Regards,&lt;BR /&gt;AKKI</description>
      <pubDate>Wed, 18 Dec 2013 05:33:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insert-unique-value/m-p/2250438#M34679</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-12-18T05:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Insert unique value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insert-unique-value/m-p/2250439#M34680</link>
      <description>Hi,&lt;BR /&gt;I think you can get this using tfilelist --&amp;gt;iterate--&amp;gt;tfileinputdelimited--&amp;gt;log&lt;BR /&gt;In tfileinputdelimited we can use default global variable "((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))"&lt;BR /&gt;something like this.&lt;BR /&gt;As you said you have many files, it means tables should be read dynamicaaly.&lt;BR /&gt;So as Sabrina mentioned in other forumtopic. to get tables dynamically we should have subscribed version.&lt;BR /&gt;If you are using scbscribed version i think you can do this.&lt;BR /&gt;Regards,&lt;BR /&gt;Vijayvanamala</description>
      <pubDate>Wed, 18 Dec 2013 05:46:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insert-unique-value/m-p/2250439#M34680</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-18T05:46:42Z</dc:date>
    </item>
  </channel>
</rss>

