<?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: How to all files from an FTP Folder? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-all-files-from-an-FTP-Folder/m-p/376175#M140213</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I access the FTP server (at least one file) so that I can try?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Aug 2012 08:03:20 GMT</pubDate>
    <dc:creator>giakoum</dc:creator>
    <dc:date>2012-08-14T08:03:20Z</dc:date>
    <item>
      <title>How to all files from an FTP Folder?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-all-files-from-an-FTP-Folder/m-p/376172#M140210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a working FTP connection that allows me te read a files from an ftp server with qlikview ftp connector. The folder on the FTP server contains multiple csv files that i want to read. So i constructed 2 scripts with the following structures:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field3&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="ftp://username:password@11.222.3.44/Foldername/*.csv"&gt;ftp://username:password@11.222.3.44/Foldername/*.csv&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ';', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;for each File in filelist ('&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="ftp://username:password@11.222.3.44/Foldername/*.csv"&gt;ftp://username:password@11.222.3.44/Foldername/*.csv&lt;/A&gt;&lt;SPAN&gt;')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field3&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;$(File)&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ';', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next File&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This doesnt work for FTP loads. QlikView says that the file '*' doesnt exist in both situations. However, these structures do work for local drive loads. Can anyone explain me why this isnt working and how I can make this work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 13:52:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-all-files-from-an-FTP-Folder/m-p/376172#M140210</guid>
      <dc:creator>tabletuner</dc:creator>
      <dc:date>2012-08-08T13:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to all files from an FTP Folder?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-all-files-from-an-FTP-Folder/m-p/376173#M140211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;Try this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;for each File in filelist ('&lt;A class="jive-link-external-small" href="ftp://username:password@11.222.3.44/Foldername/*.csv" style="color: #007fc0;"&gt;ftp://username:password@11.222.3.44/Foldername/*.csv&lt;/A&gt;')&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;Table:&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;LOAD&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1,&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2,&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field3&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;('&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="ftp://username:password@11.222.3.44/Foldername/*.csv" style="color: #007fc0;"&gt;ftp://username:password@11.222.3.44/Foldername/&lt;/A&gt;$(File)'&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;(txt, codepage is 1252, embedded labels, delimiter is ';', msq);&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;next File&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 13:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-all-files-from-an-FTP-Folder/m-p/376173#M140211</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2012-08-08T13:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to all files from an FTP Folder?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-all-files-from-an-FTP-Folder/m-p/376174#M140212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ioannis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I tried your code as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;for each File in filelist ('&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="ftp://username:password@11.222.3.44/foldername/*.csv"&gt;ftp://username:password@11.222.3.44/foldername/*.csv&lt;/A&gt;&lt;SPAN&gt;')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pakbon:&lt;/P&gt;&lt;P&gt;LOAD field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field3&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="ftp://username:password@11.222.3.44/foldername/$(File"&gt;ftp://username:password@11.222.3.44/foldername/$(File&lt;/A&gt;&lt;SPAN&gt;)'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ';', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next File&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It still doesnt work. It neither reports any errors. No load occurs. However I've checked that there are csv files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 07:52:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-all-files-from-an-FTP-Folder/m-p/376174#M140212</guid>
      <dc:creator>tabletuner</dc:creator>
      <dc:date>2012-08-14T07:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to all files from an FTP Folder?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-all-files-from-an-FTP-Folder/m-p/376175#M140213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I access the FTP server (at least one file) so that I can try?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 08:03:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-all-files-from-an-FTP-Folder/m-p/376175#M140213</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2012-08-14T08:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to all files from an FTP Folder?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-all-files-from-an-FTP-Folder/m-p/376176#M140214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tjeerd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AFAIK the FTP protocol does not support wildcard matching. I think what you may need to do is create a .cmd or .bat file to pass an LS directory command to get the list of files and pipe this to a temporary text file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your script, execute the batch file and then loop over the temp file to get the FTP files. Google "ftp commands" or "ftp windows batch" for more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 08:51:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-all-files-from-an-FTP-Folder/m-p/376176#M140214</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-08-14T08:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to all files from an FTP Folder?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-all-files-from-an-FTP-Folder/m-p/376177#M140215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tjeerd,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you able to load all the files from ftp? How could you able to load it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 19:17:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-all-files-from-an-FTP-Folder/m-p/376177#M140215</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-24T19:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to all files from an FTP Folder?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-all-files-from-an-FTP-Folder/m-p/376178#M140216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry didnt solve...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tjeerd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2014-02-24 20:18 GMT+01:00 Praveena Velagapudi &amp;lt;qcwebmaster@qlik.com&amp;gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;P&gt;      Qlik Community &amp;lt;http://community.qlik.com/&amp;gt;  How to all files from&lt;/P&gt;&lt;P&gt;an FTP Folder?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Praveena Velagapudi&amp;lt;http://community.qlik.com/people/praveenavelagapudi?et=watches.email.thread&amp;gt;in *App&lt;/P&gt;&lt;P&gt;Development* - View the full discussion&amp;lt;http://community.qlik.com/message/475146?et=watches.email.thread#475146&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 07:50:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-all-files-from-an-FTP-Folder/m-p/376178#M140216</guid>
      <dc:creator>tabletuner</dc:creator>
      <dc:date>2014-02-26T07:50:23Z</dc:date>
    </item>
  </channel>
</rss>

