<?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 [resolved] how to rename input file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-rename-input-file/m-p/2229003#M20095</link>
    <description>I have some input files in my local machine, after processing those files I need to rename the files. something like FILENAME.DONE or FILENAME.ERR
&lt;BR /&gt;how this can be possible? any suggestions?</description>
    <pubDate>Sat, 16 Nov 2024 13:03:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:03:25Z</dc:date>
    <item>
      <title>[resolved] how to rename input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-rename-input-file/m-p/2229003#M20095</link>
      <description>I have some input files in my local machine, after processing those files I need to rename the files. something like FILENAME.DONE or FILENAME.ERR
&lt;BR /&gt;how this can be possible? any suggestions?</description>
      <pubDate>Sat, 16 Nov 2024 13:03:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-rename-input-file/m-p/2229003#M20095</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] how to rename input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-rename-input-file/m-p/2229004#M20096</link>
      <description>done by putting this code in tJava component
&lt;BR /&gt;File file = new File(context.Directory+"\\"+ context.fileName);
&lt;BR /&gt;File file2 = new File(context.Directory+"\\"+ context.fileName+".done");
&lt;BR /&gt;file.renameTo(file2);</description>
      <pubDate>Fri, 04 Mar 2011 17:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-rename-input-file/m-p/2229004#M20096</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-04T17:40:00Z</dc:date>
    </item>
  </channel>
</rss>

