<?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: Add unique identifer while merging the files in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Add-unique-identifer-while-merging-the-files/m-p/2258239#M40102</link>
    <description>&lt;P&gt;Thank you. tMap worked.&lt;/P&gt;
&lt;P&gt;On tMap, I was looking for expression builder on left side columns which is input instead of right hand side columns.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Mar 2019 20:31:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-03-15T20:31:54Z</dc:date>
    <item>
      <title>Add unique identifer while merging the files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Add-unique-identifer-while-merging-the-files/m-p/2258235#M40098</link>
      <description>&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am doing data integration project using Talend. I have a requirement to merge multiple country feeds to one. Every file corresponds to one country, but the file doesn't have any identifier inside the file.&lt;/P&gt;&lt;P&gt;It can be identified by file name which is unique per country. I used tFileList to merge multiple files, but not finding a way to add unique identifier to every file, so that I can identify country on merged feed.&lt;/P&gt;&lt;P&gt;Example:-&lt;/P&gt;&lt;P&gt;en-US, en-CA, fr-CA are the feeds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there a way to do that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 19:27:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Add-unique-identifer-while-merging-the-files/m-p/2258235#M40098</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-14T19:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Add unique identifer while merging the files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Add-unique-identifer-while-merging-the-files/m-p/2258236#M40099</link>
      <description>&lt;P&gt;When you read the file you will be using a tFileList variable to get the filename and path. You can use&amp;nbsp;&lt;/P&gt; 
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;((String)globalMap.get(&lt;/SPAN&gt;"tFileList_1_CURRENT_FILE"&lt;SPAN class="s1"&gt;)) to retrieve the filename and then add your identifier column using that data.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 20:11:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Add-unique-identifer-while-merging-the-files/m-p/2258236#M40099</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-14T20:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Add unique identifer while merging the files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Add-unique-identifer-while-merging-the-files/m-p/2258237#M40100</link>
      <description>&lt;P&gt;I used tFielList --&amp;gt; tFileInputDelimited --&amp;gt; tFileOutputDelimited.&lt;/P&gt; 
&lt;P&gt;I see variable ((String)globalMap.get("tFileList_1_CURRENT_FILEPATH")), but not seeing any option to add that with expression to new column&lt;/P&gt; 
&lt;P&gt;Do I need to use any other component in the flow?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 20:34:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Add-unique-identifer-while-merging-the-files/m-p/2258237#M40100</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-14T20:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Add unique identifer while merging the files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Add-unique-identifer-while-merging-the-files/m-p/2258238#M40101</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can use tMap&amp;nbsp;or tJavaRow for this, both allow you to add new column&amp;nbsp;and assign a value to it&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 22:00:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Add-unique-identifer-while-merging-the-files/m-p/2258238#M40101</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2019-03-14T22:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Add unique identifer while merging the files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Add-unique-identifer-while-merging-the-files/m-p/2258239#M40102</link>
      <description>&lt;P&gt;Thank you. tMap worked.&lt;/P&gt;
&lt;P&gt;On tMap, I was looking for expression builder on left side columns which is input instead of right hand side columns.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 20:31:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Add-unique-identifer-while-merging-the-files/m-p/2258239#M40102</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-15T20:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Add unique identifer while merging the files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Add-unique-identifer-while-merging-the-files/m-p/2258240#M40103</link>
      <description>&lt;P&gt;Thank you tmap worked.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 20:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Add-unique-identifer-while-merging-the-files/m-p/2258240#M40103</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-15T20:32:46Z</dc:date>
    </item>
  </channel>
</rss>

