<?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 Rename output file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Rename-output-file/m-p/2241069#M28343</link>
    <description>Simple ask, looking for an example on renaming output files at the end of iteration (I'm looping through multiple files and need multiple output files with a similar name. i.e.  123.xls to 123_out.xls)&lt;BR /&gt;Haven't seen a decent example digging through the forums... &lt;BR /&gt;Seems like a simple need that could be accomplished without script.</description>
    <pubDate>Sat, 16 Nov 2024 13:02:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:02:46Z</dc:date>
    <item>
      <title>Rename output file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Rename-output-file/m-p/2241069#M28343</link>
      <description>Simple ask, looking for an example on renaming output files at the end of iteration (I'm looping through multiple files and need multiple output files with a similar name. i.e.  123.xls to 123_out.xls)&lt;BR /&gt;Haven't seen a decent example digging through the forums... &lt;BR /&gt;Seems like a simple need that could be accomplished without script.</description>
      <pubDate>Sat, 16 Nov 2024 13:02:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Rename-output-file/m-p/2241069#M28343</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Rename output file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Rename-output-file/m-p/2241070#M28344</link>
      <description>have a look at tFileCopy and set rename and delete source checkbox</description>
      <pubDate>Thu, 10 Mar 2011 13:10:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Rename-output-file/m-p/2241070#M28344</guid>
      <dc:creator>blackfox</dc:creator>
      <dc:date>2011-03-10T13:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Rename output file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Rename-output-file/m-p/2241071#M28345</link>
      <description>Unless I'm missing something (and maybe I am, I'm new to the tool) there is no set rename.&lt;BR /&gt;Just values to set the file to be copied and the destination folder for it to be copied to.  It would sense to have a field to set the destination name as well.&lt;BR /&gt;For additional context here's what I want to do&lt;BR /&gt;------------------------------&lt;BR /&gt;| in file        | outfile       |&lt;BR /&gt;------------------------------&lt;BR /&gt;| 123.xls     |123_out.xls |&lt;BR /&gt;| abc.xls     |abc_out.xls  |&lt;BR /&gt;------------------------------&lt;BR /&gt;I guess the alternative would be to write the file with the right name when the flow is initiated, but I'm not seeing a logical way to send a variable file name to tFileOutputExcel for example.</description>
      <pubDate>Thu, 10 Mar 2011 14:35:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Rename-output-file/m-p/2241071#M28345</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-10T14:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Rename output file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Rename-output-file/m-p/2241072#M28346</link>
      <description>Hi
&lt;BR /&gt;Does the tFileCopy fit your need? "out" is a fixed value or it should be a dynamical value?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 11 Mar 2011 08:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Rename-output-file/m-p/2241072#M28346</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-11T08:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Rename output file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Rename-output-file/m-p/2241073#M28347</link>
      <description>No.  It does tFileCopy does not.  It needs to be a dynamic value.  I'm processing multiple files and need multiple outputs with similar but different names.</description>
      <pubDate>Fri, 11 Mar 2011 13:25:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Rename-output-file/m-p/2241073#M28347</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-11T13:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Rename output file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Rename-output-file/m-p/2241074#M28348</link>
      <description>here is a screenshot of a tFileCopy-Componentview which I use to rename a file. The labels are in German, but you may find it helpful anyway. Notice, that some fields become visible only if you set the checkboxes which activate them ("umbenennen" =&amp;gt; "Zieldateiname").</description>
      <pubDate>Fri, 11 Mar 2011 16:03:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Rename-output-file/m-p/2241074#M28348</guid>
      <dc:creator>blackfox</dc:creator>
      <dc:date>2011-03-11T16:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Rename output file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Rename-output-file/m-p/2241075#M28349</link>
      <description>if you know Java you can try file.rename method to rename the files.</description>
      <pubDate>Fri, 11 Mar 2011 17:21:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Rename-output-file/m-p/2241075#M28349</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-11T17:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Rename output file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Rename-output-file/m-p/2241076#M28350</link>
      <description>Looking at Blackfox's post, there's a delta in functionallity between the Perl version of the tFileCopy vs the Java version. It would appear the Java version supports the rename functionality and the Perl does not. Unfortunately I need it in the Perl version for some of the pivot table functions that are not in Java version.
&lt;BR /&gt;This is for R4.1.2.
&lt;BR /&gt;Anyway to fix or log a bug?</description>
      <pubDate>Fri, 11 Mar 2011 20:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Rename-output-file/m-p/2241076#M28350</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-11T20:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Rename output file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Rename-output-file/m-p/2241077#M28351</link>
      <description>Hi 
&lt;BR /&gt;It is not a bug, we can say it is a feature in Perl version. There is no relationship between Java project and Perl project, they are developed separately. I suggest you to use Java project because there are more than features than Perl version, and more Java developers and users here. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 14 Mar 2011 03:52:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Rename-output-file/m-p/2241077#M28351</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-14T03:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Rename output file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Rename-output-file/m-p/2241078#M28352</link>
      <description>Interesting POV. 
&lt;BR /&gt;2 followup questions then: 
&lt;BR /&gt;1) Is there a developer guide. I'll take a swing at fixing it, just for giggles. 
&lt;BR /&gt;2) Is there a Java equivalent to tPivottoRows other than tUnpivotRow which hasn't been updated recently. I need to blow out an Xcel table into key value pairs so I can do historical analysis.</description>
      <pubDate>Mon, 14 Mar 2011 12:43:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Rename-output-file/m-p/2241078#M28352</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-14T12:43:51Z</dc:date>
    </item>
  </channel>
</rss>

