<?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: Can I create a folder for each file on remote server? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Can-I-create-a-folder-for-each-file-on-remote-server/m-p/2300362#M72596</link>
    <description>&lt;P&gt;Dijke,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are right, these components should be tFileCopy and&amp;nbsp; tFileList in my local activities. It was a typo, I will update my original post. Thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 10 Aug 2018 14:20:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-10T14:20:32Z</dc:date>
    <item>
      <title>Can I create a folder for each file on remote server?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-I-create-a-folder-for-each-file-on-remote-server/m-p/2300360#M72594</link>
      <description>&lt;P&gt;I need to move some files from my local computer to the remote server.&lt;/P&gt;
&lt;P&gt;Here is what I need to accomplish:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my local machine,&amp;nbsp; I have a folder "Department", there are files in it:&lt;/P&gt;
&lt;P&gt;Department_01.xlsx&lt;/P&gt;
&lt;P&gt;Department_02.xlsx&lt;/P&gt;
&lt;P&gt;Department_03.xlsx&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also have a "Department" folder on the remote server. I want to first create a subfolder ( same name as the file) and place the file into the subfolder, eventually it will look like this -&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Remote disk/Department/Department_01/Department_01.xlsx&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Remote disk/Department/Department_02/Department_02.xlsx&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Remote disk/Department/Department_03/Department_03.xlsx&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Any suggestion would be appreciated!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am thinking of this way:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1. In my local machine, I create folders (Department_01,&amp;nbsp;Department_02,&amp;nbsp;Department_03) with tFileCopy.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2. Then with tFileList, I put each .xlsx file into its relevant folder.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;3. Then using tFTPCreateDirectory to create these Department_01, _02, _03 subfolder in the remote server.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;4. At the end, using tFTPPut to move files from local directory to remote directory.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please let me know if I am on the right track. Also I would appreciate any&amp;nbsp;suggestion.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Aug 2018 20:43:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-I-create-a-folder-for-each-file-on-remote-server/m-p/2300360#M72594</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-09T20:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can I create a folder for each file on remote server?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-I-create-a-folder-for-each-file-on-remote-server/m-p/2300361#M72595</link>
      <description>Locally... locally doesnt involve FTP. just use the tCopy component and delete after...
&lt;BR /&gt;With tFTPPut maybe its possible to check the option "Create directory if not exist" (cant remember)
&lt;BR /&gt;Otherwise first the tFTPCreateDir and next tFTPPut
&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Aug 2018 01:27:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-I-create-a-folder-for-each-file-on-remote-server/m-p/2300361#M72595</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-08-10T01:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can I create a folder for each file on remote server?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-I-create-a-folder-for-each-file-on-remote-server/m-p/2300362#M72596</link>
      <description>&lt;P&gt;Dijke,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are right, these components should be tFileCopy and&amp;nbsp; tFileList in my local activities. It was a typo, I will update my original post. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 14:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-I-create-a-folder-for-each-file-on-remote-server/m-p/2300362#M72596</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-10T14:20:32Z</dc:date>
    </item>
  </channel>
</rss>

