<?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 File creations in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/File-creations/m-p/2207293#M6996</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have a requirement where I need to process 20 files , so I used tfilelist I want to create 20 files as output but am able to create only one file&lt;BR /&gt;Can anyone please let me know how can i achieve this&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Lmit</description>
    <pubDate>Thu, 16 Apr 2020 10:16:49 GMT</pubDate>
    <dc:creator>lmit</dc:creator>
    <dc:date>2020-04-16T10:16:49Z</dc:date>
    <item>
      <title>File creations</title>
      <link>https://community.qlik.com/t5/Talend-Studio/File-creations/m-p/2207293#M6996</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have a requirement where I need to process 20 files , so I used tfilelist I want to create 20 files as output but am able to create only one file&lt;BR /&gt;Can anyone please let me know how can i achieve this&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Lmit</description>
      <pubDate>Thu, 16 Apr 2020 10:16:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/File-creations/m-p/2207293#M6996</guid>
      <dc:creator>lmit</dc:creator>
      <dc:date>2020-04-16T10:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: File creations</title>
      <link>https://community.qlik.com/t5/Talend-Studio/File-creations/m-p/2207294#M6997</link>
      <description>&lt;P&gt;Can you share your job design?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 10:18:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/File-creations/m-p/2207294#M6997</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2020-04-16T10:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: File creations</title>
      <link>https://community.qlik.com/t5/Talend-Studio/File-creations/m-p/2207295#M6998</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLyDAAW"&gt;@lmit&lt;/A&gt;&amp;nbsp;, have you given a dynamic name for tfileoutputdelimitted?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 10:51:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/File-creations/m-p/2207295#M6998</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-04-16T10:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: File creations</title>
      <link>https://community.qlik.com/t5/Talend-Studio/File-creations/m-p/2207296#M6999</link>
      <description>Hi TRF,&lt;BR /&gt;&lt;BR /&gt;Thanks for replying,&lt;BR /&gt;&lt;BR /&gt;Sorry I can can’t the screenshot of my job&lt;BR /&gt;&lt;BR /&gt;But I used tfilelist , tflowtoiterate component&lt;BR /&gt;&lt;BR /&gt;Can you please suggest your idea on the requirement I mentioned so that I will try your idea&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Lmit</description>
      <pubDate>Thu, 16 Apr 2020 10:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/File-creations/m-p/2207296#M6999</guid>
      <dc:creator>lmit</dc:creator>
      <dc:date>2020-04-16T10:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: File creations</title>
      <link>https://community.qlik.com/t5/Talend-Studio/File-creations/m-p/2207297#M7000</link>
      <description>Yes Manohar b I have given dynamic name in output file&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Lmit</description>
      <pubDate>Thu, 16 Apr 2020 10:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/File-creations/m-p/2207297#M7000</guid>
      <dc:creator>lmit</dc:creator>
      <dc:date>2020-04-16T10:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: File creations</title>
      <link>https://community.qlik.com/t5/Talend-Studio/File-creations/m-p/2207298#M7001</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLyDAAW"&gt;@lmit&lt;/A&gt;&amp;nbsp;, your job should be like below.&lt;/P&gt; 
&lt;P&gt;use dynamic of filenames for&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;tfileinputDelimitted:-&amp;nbsp;((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))&lt;/P&gt; 
&lt;P&gt;tfileoutputdelimitted:- "D:/test/"+((String)globalMap.get("tFileList_1_CURRENT_FILE"))&lt;/P&gt; 
&lt;P&gt;tfilelist&amp;gt;&amp;gt;Iterate&amp;gt;&amp;gt;tfileInputDelimitted&amp;gt;&amp;gt;main&amp;gt;&amp;gt;row&amp;gt;&amp;gt;tFileOutputdelimitted.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 11:06:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/File-creations/m-p/2207298#M7001</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-04-16T11:06:04Z</dc:date>
    </item>
  </channel>
</rss>

