<?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: load file from a folder in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/load-file-from-a-folder/m-p/590641#M219087</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) read files in a folder&lt;/P&gt;&lt;P&gt;- as Anand suggested or&lt;/P&gt;&lt;P&gt;- looping on files of a folder&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-message-small" data-containerid="2003" data-containertype="14" data-objectid="498386" data-objecttype="2" href="http://community.qlik.com/message/498386#498386"&gt;http://community.qlik.com/message/498386#498386&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) get last modified time of a file&lt;/P&gt;&lt;P&gt;- filetime function&lt;/P&gt;&lt;P&gt;Returns a timestamp for the date and time of the last modification of the file filename. If no filename is specified, the function will refer to the currently read table file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) delete files &lt;/P&gt;&lt;P&gt;example of execute command&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-message-small" data-containerid="2051" data-containertype="14" data-objectid="337651" data-objecttype="2" href="http://community.qlik.com/message/337651#337651"&gt;http://community.qlik.com/message/337651#337651&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 03 May 2014 07:54:45 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-05-03T07:54:45Z</dc:date>
    <item>
      <title>load file from a folder</title>
      <link>https://community.qlik.com/t5/QlikView/load-file-from-a-folder/m-p/590639#M219085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an ftp data landing folder where new data comes daily. Sometimes, the file names are not consistent. What I want to do is load whatever file name is in the directory and delete it after reload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please guide me how can I dynamically load file from a directory if I don't know the name. I want to load whatever file is there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If by any chance get two files, Is it possible to only reload the one with latest creation date?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 20:37:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-file-from-a-folder/m-p/590639#M219085</guid>
      <dc:creator />
      <dc:date>2014-05-02T20:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: load file from a folder</title>
      <link>https://community.qlik.com/t5/QlikView/load-file-from-a-folder/m-p/590640#M219086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use for loop or you can load like below script if all files are *.xlsx files &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(ooxml, no labels, table is Sheet1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 21:13:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-file-from-a-folder/m-p/590640#M219086</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-02T21:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: load file from a folder</title>
      <link>https://community.qlik.com/t5/QlikView/load-file-from-a-folder/m-p/590641#M219087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) read files in a folder&lt;/P&gt;&lt;P&gt;- as Anand suggested or&lt;/P&gt;&lt;P&gt;- looping on files of a folder&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-message-small" data-containerid="2003" data-containertype="14" data-objectid="498386" data-objecttype="2" href="http://community.qlik.com/message/498386#498386"&gt;http://community.qlik.com/message/498386#498386&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) get last modified time of a file&lt;/P&gt;&lt;P&gt;- filetime function&lt;/P&gt;&lt;P&gt;Returns a timestamp for the date and time of the last modification of the file filename. If no filename is specified, the function will refer to the currently read table file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) delete files &lt;/P&gt;&lt;P&gt;example of execute command&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-message-small" data-containerid="2051" data-containertype="14" data-objectid="337651" data-objecttype="2" href="http://community.qlik.com/message/337651#337651"&gt;http://community.qlik.com/message/337651#337651&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 May 2014 07:54:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-file-from-a-folder/m-p/590641#M219087</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-05-03T07:54:45Z</dc:date>
    </item>
  </channel>
</rss>

