<?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: tFTPRename problem in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFTPRename-problem/m-p/2198640#M1894</link>
    <description>Hello Shong, 
&lt;BR /&gt;Good Morning !!! 
&lt;BR /&gt;I got struck in same problem but my scenario is bit different which is as below: 
&lt;BR /&gt;I want to get file from ftp then store those files in Local Machine and then RENAME it. 
&lt;BR /&gt;Presently i am able to get those files from tftpget component (from FTP server to Local Machine) but I AM UNABLE TO RENAME THOSE FILES. 
&lt;BR /&gt;Files are getting renamed on FTP server which i don't want , it should rename files of Local Machines. 
&lt;BR /&gt;Please guide me for same.Always thankful.. 
&lt;BR /&gt;Regards 
&lt;BR /&gt;RSH 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MC05.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135426i2BF29A77D8B712A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MC05.png" alt="0683p000009MC05.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Fri, 16 Aug 2013 07:53:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-08-16T07:53:05Z</dc:date>
    <item>
      <title>tFTPRename problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPRename-problem/m-p/2198635#M1889</link>
      <description>Hi, 
&lt;BR /&gt;I am using Talend Open Studio V4.0.3. 
&lt;BR /&gt;Through tFTPPut I can send files to an FTP server to the default root. 
&lt;BR /&gt;After the sending we have to move the files to the 'in' directory. 
&lt;BR /&gt;This last step does not happen at all. 
&lt;BR /&gt;No error is raised, but no move is done either ! 
&lt;BR /&gt;I am using the tFTPRename function with wildcards (eg. *.XML). 
&lt;BR /&gt;When I use tFTPRename with exact filenames then it works OK. 
&lt;BR /&gt;Anyone who knows how to move files from one directory to another directory using FTP with wildcards (*) ? 
&lt;BR /&gt;Any help is much appreciated. 
&lt;BR /&gt;Kind Regards, 
&lt;BR /&gt;Danny</description>
      <pubDate>Sat, 16 Nov 2024 13:15:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPRename-problem/m-p/2198635#M1889</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPRename problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPRename-problem/m-p/2198636#M1890</link>
      <description>Hello 
&lt;BR /&gt;Using tFtpFileList to iterate each file and rename each file on tFTPRename, please see my screenshots.
&lt;BR /&gt;New name field on tFTPRename:
&lt;BR /&gt;
&lt;PRE&gt;"in/"+((String)globalMap.get("tFTPFileList_1_CURRENT_FILE"))&lt;/PRE&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 14 Oct 2010 08:12:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPRename-problem/m-p/2198636#M1890</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-14T08:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPRename problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPRename-problem/m-p/2198637#M1891</link>
      <description>Dear Shong, 
&lt;BR /&gt;Thank you very much for your fast reply. 
&lt;BR /&gt;I had created the same solution but I found 2 problems : 
&lt;BR /&gt;Problem 1 : 
&lt;BR /&gt;I added "/in/" instead of "in/" 
&lt;BR /&gt; 
&lt;BR /&gt;Problem 2 : 
&lt;BR /&gt;In the object tFTPFileList the 'File Detail' property was ticked. I should not do this ! 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks again. 
&lt;BR /&gt;My problems are solved. 
&lt;BR /&gt;What a great community ! 
&lt;BR /&gt;Rgds, 
&lt;BR /&gt;Danny</description>
      <pubDate>Thu, 14 Oct 2010 10:05:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPRename-problem/m-p/2198637#M1891</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-14T10:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPRename problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPRename-problem/m-p/2198638#M1892</link>
      <description>Hi Mr Shong, 
&lt;BR /&gt;I am performing a job with a tftpfilelist and tftprename. The purpose is to move all files in a "toto" directory to "titi" directory using tftprename component. 
&lt;BR /&gt;All my params seems to be correct: 
&lt;BR /&gt;tftpfielist: 
&lt;BR /&gt;remote directory="/toto/" 
&lt;BR /&gt; 
&lt;BR /&gt;in tftprename: 
&lt;BR /&gt;filename= ((String)globalMap.get("tFTPFileList_1_CURRENT_FILE")) 
&lt;BR /&gt;new name="/toto/tata/titi/"+((String)globalMap.get("tFTPFileList_1_CURRENT_FILE")) 
&lt;BR /&gt; 
&lt;BR /&gt;but when i am launching the job i have the following error: 
&lt;BR /&gt;Exception in component tFTPRename_2 
&lt;BR /&gt;com.enterprisedt.net.ftp.FTPException: Unable to determine if file "/toto/tata/titi/" exists. 
&lt;BR /&gt; 
&lt;BR /&gt;I am using TIS 3.2.3. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 20 Dec 2012 13:26:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPRename-problem/m-p/2198638#M1892</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-20T13:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPRename problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPRename-problem/m-p/2198639#M1893</link>
      <description>Hi chesofai
&lt;BR /&gt;It consider the directory path as file name and can't distinguish the file name, as a workaround, use tFTPGet to get all files into a local directory, and upload them into the target directory with tFTPPut. 
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 28 Dec 2012 16:59:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPRename-problem/m-p/2198639#M1893</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-28T16:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPRename problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPRename-problem/m-p/2198640#M1894</link>
      <description>Hello Shong, 
&lt;BR /&gt;Good Morning !!! 
&lt;BR /&gt;I got struck in same problem but my scenario is bit different which is as below: 
&lt;BR /&gt;I want to get file from ftp then store those files in Local Machine and then RENAME it. 
&lt;BR /&gt;Presently i am able to get those files from tftpget component (from FTP server to Local Machine) but I AM UNABLE TO RENAME THOSE FILES. 
&lt;BR /&gt;Files are getting renamed on FTP server which i don't want , it should rename files of Local Machines. 
&lt;BR /&gt;Please guide me for same.Always thankful.. 
&lt;BR /&gt;Regards 
&lt;BR /&gt;RSH 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MC05.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135426i2BF29A77D8B712A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MC05.png" alt="0683p000009MC05.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 16 Aug 2013 07:53:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPRename-problem/m-p/2198640#M1894</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-16T07:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPRename problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPRename-problem/m-p/2198641#M1895</link>
      <description>There is no component to just rename a file on your local machine. You can either use tFileCopy and check "Remove source file" or use tSystem to call a system command or tJava with your own code.</description>
      <pubDate>Sat, 17 Aug 2013 08:44:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPRename-problem/m-p/2198641#M1895</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2013-08-17T08:44:09Z</dc:date>
    </item>
  </channel>
</rss>

