<?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: create output file with rolling file name in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/create-output-file-with-rolling-file-name/m-p/2280498#M55327</link>
    <description>thx alevy&lt;BR /&gt;@ashu : will you please discuss your way here too ..</description>
    <pubDate>Tue, 27 Jul 2010 09:09:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-07-27T09:09:30Z</dc:date>
    <item>
      <title>create output file with rolling file name</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-output-file-with-rolling-file-name/m-p/2280492#M55321</link>
      <description>Hi , 
&lt;BR /&gt; I need to create a job which will create a new output file(rolling file name) for every time I run the job. some thing like 
&lt;BR /&gt;out_001.xml
&lt;BR /&gt;out_002.xml
&lt;BR /&gt;out_003.xml
&lt;BR /&gt;do you have any idea to achieve this using Talend?
&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Sat, 16 Nov 2024 13:20:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-output-file-with-rolling-file-name/m-p/2280492#M55321</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: create output file with rolling file name</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-output-file-with-rolling-file-name/m-p/2280493#M55322</link>
      <description>keep a count on a DB/file for this job&lt;BR /&gt;so everytime, job starts you read this value and set it in a variable (used in the output file)&lt;BR /&gt;good?</description>
      <pubDate>Wed, 21 Jul 2010 23:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-output-file-with-rolling-file-name/m-p/2280493#M55322</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-07-21T23:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: create output file with rolling file name</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-output-file-with-rolling-file-name/m-p/2280494#M55323</link>
      <description>Or you can use tFileList --&amp;gt; IterateToFlow --&amp;gt; tMap (to parse file numbers) --&amp;gt; tAggregateRow (to find the max) --&amp;gt; tSetGlobalVar and then use the global variable in your file name.</description>
      <pubDate>Thu, 22 Jul 2010 05:01:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-output-file-with-rolling-file-name/m-p/2280494#M55323</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2010-07-22T05:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: create output file with rolling file name</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-output-file-with-rolling-file-name/m-p/2280495#M55324</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Or you can use tFileList --&amp;gt; IterateToFlow --&amp;gt; tMap (to parse file numbers) --&amp;gt; tAggregateRow (to find the max) --&amp;gt; tSetGlobalVar and then use the global variable in your file name.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;can you discuss the process in more details , like select bla bla from bla bla then connect to bla bla .. 
&lt;BR /&gt;thx</description>
      <pubDate>Thu, 22 Jul 2010 15:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-output-file-with-rolling-file-name/m-p/2280495#M55324</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-07-22T15:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: create output file with rolling file name</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-output-file-with-rolling-file-name/m-p/2280496#M55325</link>
      <description>See screenprint</description>
      <pubDate>Fri, 23 Jul 2010 02:20:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-output-file-with-rolling-file-name/m-p/2280496#M55325</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2010-07-23T02:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: create output file with rolling file name</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-output-file-with-rolling-file-name/m-p/2280497#M55326</link>
      <description>thanks alevy.. I tried another way..</description>
      <pubDate>Sun, 25 Jul 2010 04:58:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-output-file-with-rolling-file-name/m-p/2280497#M55326</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-07-25T04:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: create output file with rolling file name</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-output-file-with-rolling-file-name/m-p/2280498#M55327</link>
      <description>thx alevy&lt;BR /&gt;@ashu : will you please discuss your way here too ..</description>
      <pubDate>Tue, 27 Jul 2010 09:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-output-file-with-rolling-file-name/m-p/2280498#M55327</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-07-27T09:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: create output file with rolling file name</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-output-file-with-rolling-file-name/m-p/2280499#M55328</link>
      <description>I have one approach where I appended date and time in outputfile like dd-mm-yyyy_hh_MM_ss</description>
      <pubDate>Tue, 27 Jul 2010 12:13:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-output-file-with-rolling-file-name/m-p/2280499#M55328</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-07-27T12:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: create output file with rolling file name</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-output-file-with-rolling-file-name/m-p/2280500#M55329</link>
      <description>it was so simple.. I just created a table with one row.. two columns.. FileName and Sequence... i will be querying that table to get the filename and sequence number.. after that increment the sequence number.. 
&lt;BR /&gt;here I'm attaching my job but its different from what I explained.. in tjavarow I'm doin some condition checks...</description>
      <pubDate>Wed, 28 Jul 2010 03:13:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-output-file-with-rolling-file-name/m-p/2280500#M55329</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-07-28T03:13:17Z</dc:date>
    </item>
  </channel>
</rss>

