<?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: Dynamic File name generation in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-File-name-generation/m-p/2372971#M135747</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOJsAAO"&gt;@saurabh06101987&lt;/A&gt;,did you checked below link?&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCrX9CAK" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Archive/Generate-dynamic-files/td-p/181921&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Apr 2018 08:06:17 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2018-04-18T08:06:17Z</dc:date>
    <item>
      <title>Dynamic File name generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-File-name-generation/m-p/2372968#M135744</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone suggest an approach to build a job which will create a file with with the name same as the source file. As I am new to&amp;nbsp;this tool I am not sure from where shall I start.&amp;nbsp;&lt;/P&gt;&lt;P&gt;any help is highly appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 07:50:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-File-name-generation/m-p/2372968#M135744</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-18T07:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic File name generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-File-name-generation/m-p/2372969#M135745</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOJsAAO"&gt;@saurabh06101987&lt;/A&gt;,can you chekc below link.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=JFzk5s55048" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.youtube.com/watch?v=JFzk5s55048&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 07:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-File-name-generation/m-p/2372969#M135745</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-04-18T07:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic File name generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-File-name-generation/m-p/2372970#M135746</link>
      <description>&lt;P&gt;Hi Manohar,&amp;nbsp;&lt;/P&gt;&lt;P&gt;i appreciate your effort but i guess that one is for SSIS,solution in&amp;nbsp; talend&amp;nbsp;is what&amp;nbsp;i am looking for .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 08:04:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-File-name-generation/m-p/2372970#M135746</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-18T08:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic File name generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-File-name-generation/m-p/2372971#M135747</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOJsAAO"&gt;@saurabh06101987&lt;/A&gt;,did you checked below link?&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCrX9CAK" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Archive/Generate-dynamic-files/td-p/181921&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 08:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-File-name-generation/m-p/2372971#M135747</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-04-18T08:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic File name generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-File-name-generation/m-p/2372972#M135748</link>
      <description>&lt;P&gt;Just use a tfileList (the directory where your file is present) and in the fliemask you can give depending on your file name. Connect iterate link from tfileList to tfileInputDelimited (in directory, give variable ((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))&lt;/P&gt;
&lt;P&gt;In your tfileoutputDelimited component you can give value for directory as your output directory +&amp;nbsp;((String)globalMap.get("tFileList_1_CURRENT_FILE")) -----this variable stores the current filename from tFileList component.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 18:47:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-File-name-generation/m-p/2372972#M135748</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-18T18:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic File name generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-File-name-generation/m-p/2372973#M135749</link>
      <description>Hey Ravinderk,&lt;BR /&gt;&lt;BR /&gt;This worked, thanks a lot for your time.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Apr 2018 04:16:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-File-name-generation/m-p/2372973#M135749</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-19T04:16:09Z</dc:date>
    </item>
  </channel>
</rss>

