<?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: List subfolders in a FTP folder in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/List-subfolders-in-a-FTP-folder/m-p/2333631#M102397</link>
    <description>Any ideas to get the subfolder's names in an FTPFileList component ?
&lt;BR /&gt;Thanks by advance !
&lt;BR /&gt;Emmanuel</description>
    <pubDate>Tue, 06 Dec 2011 10:03:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-12-06T10:03:57Z</dc:date>
    <item>
      <title>List subfolders in a FTP folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/List-subfolders-in-a-FTP-folder/m-p/2333628#M102394</link>
      <description>Hello,
&lt;BR /&gt;I try to get the name of some subfolders in an FTP folder "X".
&lt;BR /&gt;I have made this job :
&lt;BR /&gt; tFTPConnection_1 
&lt;BR /&gt; |
&lt;BR /&gt; |
&lt;BR /&gt; OnSubjobOk
&lt;BR /&gt; |
&lt;BR /&gt; |
&lt;BR /&gt; tFTPFileList_1 (look in the folder "X" with the filemask "*") 
&lt;BR /&gt; |
&lt;BR /&gt; |
&lt;BR /&gt; Iterate
&lt;BR /&gt; |
&lt;BR /&gt; |
&lt;BR /&gt; tFTPFileProperties (schema : "abs_path", "dirname", "basename", "size", "mtime", "mtime_string")
&lt;BR /&gt; |
&lt;BR /&gt; |
&lt;BR /&gt; Main
&lt;BR /&gt; |
&lt;BR /&gt; |
&lt;BR /&gt; tLogRow
&lt;BR /&gt;
&lt;BR /&gt;In the tLogRow output, I can see this :
&lt;BR /&gt;
&lt;BR /&gt;|||||
&lt;BR /&gt;|||||
&lt;BR /&gt;|||||
&lt;BR /&gt;//gil/requetes/logexport 2011-10-1 3h2m48.txt|/|/gil/requetes/logexport 2011-10-1 3h2m48.txt|103|1317436542000|Sat Oct 01 04:35:42 CEST 2011
&lt;BR /&gt;//gil/requetes/logexport 2011-10-10 
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;The 3 first lines corresponds to subfolders and the last one is a file.
&lt;BR /&gt;It seems that the default schema used in tFTPFilelist doesn't works with folders, how do I get the name of the subfolders ?
&lt;BR /&gt;In the TOS component documentation, it is written that "tFTPFileList" and "tFTPFileinformation" components can be used with folders but I can see any scenario or information about that.
&lt;BR /&gt;Best regards,
&lt;BR /&gt;Emmanuel</description>
      <pubDate>Sat, 16 Nov 2024 12:32:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/List-subfolders-in-a-FTP-folder/m-p/2333628#M102394</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: List subfolders in a FTP folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/List-subfolders-in-a-FTP-folder/m-p/2333629#M102395</link>
      <description>I don't have experiences with this component, but still I see you can use some Talend String functions to cut of the full file path only the directory even if it seems to be just workaround... or report the bug if you think you found one.&lt;BR /&gt;Ladislav</description>
      <pubDate>Thu, 01 Dec 2011 10:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/List-subfolders-in-a-FTP-folder/m-p/2333629#M102395</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-01T10:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: List subfolders in a FTP folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/List-subfolders-in-a-FTP-folder/m-p/2333630#M102396</link>
      <description>The variables at output of tFTPFileproperties are correct with files but they are blank with folders (using the default schema). &lt;BR /&gt;So I can't use Talend string functions because the initial variable is empty...</description>
      <pubDate>Thu, 01 Dec 2011 10:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/List-subfolders-in-a-FTP-folder/m-p/2333630#M102396</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-01T10:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: List subfolders in a FTP folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/List-subfolders-in-a-FTP-folder/m-p/2333631#M102397</link>
      <description>Any ideas to get the subfolder's names in an FTPFileList component ?
&lt;BR /&gt;Thanks by advance !
&lt;BR /&gt;Emmanuel</description>
      <pubDate>Tue, 06 Dec 2011 10:03:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/List-subfolders-in-a-FTP-folder/m-p/2333631#M102397</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-06T10:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: List subfolders in a FTP folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/List-subfolders-in-a-FTP-folder/m-p/2333632#M102398</link>
      <description>Hi,&lt;BR /&gt;It seems it's not possible with this component... I think you probably have to create your own component....</description>
      <pubDate>Tue, 06 Dec 2011 12:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/List-subfolders-in-a-FTP-folder/m-p/2333632#M102398</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-06T12:59:16Z</dc:date>
    </item>
  </channel>
</rss>

