<?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 Check whether file exists before loading in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Check-whether-file-exists-before-loading/m-p/607828#M224420</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/85612"&gt;http://community.qlik.com/thread/85612&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Feb 2014 21:38:44 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2014-02-04T21:38:44Z</dc:date>
    <item>
      <title>How to Check whether file exists before loading</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Check-whether-file-exists-before-loading/m-p/607827#M224419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to Check whether file exists before loading in qvd from folder which may contain multiple&amp;nbsp; file of&amp;nbsp; different name.&lt;/P&gt;&lt;P&gt;multiple csv file is&amp;nbsp; to be loaded&amp;nbsp; and deleted after loading . New file can come&amp;nbsp; daily or may not come causing qvd loading to fail.&lt;/P&gt;&lt;P&gt;Till now written code for laoding from multiple files&amp;nbsp; and deleted file through macro. but showing error when file is not present in the folder.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 21:26:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Check-whether-file-exists-before-loading/m-p/607827#M224419</guid>
      <dc:creator />
      <dc:date>2014-02-04T21:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to Check whether file exists before loading</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Check-whether-file-exists-before-loading/m-p/607828#M224420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/85612"&gt;http://community.qlik.com/thread/85612&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 21:38:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Check-whether-file-exists-before-loading/m-p/607828#M224420</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-02-04T21:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to Check whether file exists before loading</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Check-whether-file-exists-before-loading/m-p/607829#M224421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santosh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use Filelist to check the files in directory and FileSize as a check for existence of specific file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lukasz &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 21:39:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Check-whether-file-exists-before-loading/m-p/607829#M224421</guid>
      <dc:creator />
      <dc:date>2014-02-04T21:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to Check whether file exists before loading</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Check-whether-file-exists-before-loading/m-p/607830#M224422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="MCDropDownHead_syntax_0"&gt;&lt;SPAN class="Bold"&gt;from online help, hope it helps you&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MCDropDownHead_syntax_0"&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MCDropDownHead_syntax_0"&gt;&lt;A class="MCDropDownHotSpot_0" name="filesize"&gt;&lt;SPAN class="Bold"&gt;filesize()&lt;/SPAN&gt;&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Returns an integer containing the size in bytes of the file &lt;SPAN class="Italic"&gt;filename&lt;/SPAN&gt; or, if no &lt;SPAN class="Italic"&gt;filename&lt;/SPAN&gt; is specified, of the table file currently being read. &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P class="Code"&gt;filesize( 'xyz.xls' )&lt;/P&gt;&lt;P&gt;Will return the size of the file xyz.xls. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 21:42:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Check-whether-file-exists-before-loading/m-p/607830#M224422</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-02-04T21:42:58Z</dc:date>
    </item>
  </channel>
</rss>

