<?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: loading of files from source  folder  to destination folder through  script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/loading-of-files-from-source-folder-to-destination-folder/m-p/442685#M164997</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;cany anyone tell me how to copy all files from one folder to another folder in qlikview &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Jun 2013 15:26:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-06-03T15:26:34Z</dc:date>
    <item>
      <title>loading of files from source  folder  to destination folder through  script</title>
      <link>https://community.qlik.com/t5/QlikView/loading-of-files-from-source-folder-to-destination-folder/m-p/442681#M164993</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 a scenario where&amp;nbsp; i get the files daily.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&amp;nbsp;&amp;nbsp; abc1.txt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; abc2.txt,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; abc3.txt and so on...&amp;nbsp; //&amp;nbsp; these files are in source&amp;nbsp; directory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to generate a qvd from the existing files and move to&amp;nbsp;&amp;nbsp;&amp;nbsp; destination directory...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when ever a new files are added to the source directory&amp;nbsp;&amp;nbsp; daily.&amp;nbsp; so the next time when i generate a qvd it should load only files that are added are not present &lt;/P&gt;&lt;P&gt;and store as a&amp;nbsp; new qvd in the destination directoy..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 18:51:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-of-files-from-source-folder-to-destination-folder/m-p/442681#M164993</guid>
      <dc:creator>shree909</dc:creator>
      <dc:date>2013-04-10T18:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: loading of files from source  folder  to destination folder through  script</title>
      <link>https://community.qlik.com/t5/QlikView/loading-of-files-from-source-folder-to-destination-folder/m-p/442682#M164994</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;Something along the lines of this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Let vDate = Today();&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;T1:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;From \\Machine\folder\abc*.txt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Store T1 into \\Machine\Folder2\ABC_$(vDate).qvd;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Drop table T1;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 01:03:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-of-files-from-source-folder-to-destination-folder/m-p/442682#M164994</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-11T01:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: loading of files from source  folder  to destination folder through  script</title>
      <link>https://community.qlik.com/t5/QlikView/loading-of-files-from-source-folder-to-destination-folder/m-p/442683#M164995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shree&lt;/P&gt;&lt;P&gt;When ever you create a new qvd ,you should drop that new qvd in the same location after store command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Name,&lt;/P&gt;&lt;P&gt;City,&lt;/P&gt;&lt;P&gt;Address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from ...........*.txt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store NEW into \\your path location....\NEW.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table NEW;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in next time you can store another qvd like NEW2,after that drop theNEW2 qvd.&lt;/P&gt;&lt;P&gt;I think this will help you. Try it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards:&lt;/P&gt;&lt;P&gt;Narender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 10:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-of-files-from-source-folder-to-destination-folder/m-p/442683#M164995</guid>
      <dc:creator>narender123</dc:creator>
      <dc:date>2013-04-11T10:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: loading of files from source  folder  to destination folder through  script</title>
      <link>https://community.qlik.com/t5/QlikView/loading-of-files-from-source-folder-to-destination-folder/m-p/442684#M164996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the reply ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i&amp;nbsp; want to move the files that are source directory to the destination directory..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once the files are processed and generated a qvd then i want to move the source files(.csv ) files into the destination directory...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 19:18:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-of-files-from-source-folder-to-destination-folder/m-p/442684#M164996</guid>
      <dc:creator>shree909</dc:creator>
      <dc:date>2013-04-11T19:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: loading of files from source  folder  to destination folder through  script</title>
      <link>https://community.qlik.com/t5/QlikView/loading-of-files-from-source-folder-to-destination-folder/m-p/442685#M164997</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;cany anyone tell me how to copy all files from one folder to another folder in qlikview &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 15:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-of-files-from-source-folder-to-destination-folder/m-p/442685#M164997</guid>
      <dc:creator />
      <dc:date>2013-06-03T15:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: loading of files from source  folder  to destination folder through  script</title>
      <link>https://community.qlik.com/t5/QlikView/loading-of-files-from-source-folder-to-destination-folder/m-p/442686#M164998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0px; padding: 0px; border: 0px; font-weight: normal; font-style: normal; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; color: #3d3d3d; font-variant: normal; letter-spacing: normal; line-height: 19.5px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;Hello Shree,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; border: 0px; font-weight: normal; font-style: normal; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; color: #3d3d3d; font-variant: normal; letter-spacing: normal; line-height: 19.5px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;To actually move the source files from their original directory to the archive directory, you will have to enable file system access in the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; border: 0px; font-weight: normal; font-style: normal; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; color: #3d3d3d; font-variant: normal; letter-spacing: normal; line-height: 19.5px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;Once that is done you can then use the EXECUTE command in order to actually run the DOS command for moving a file from location A to location B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; border: 0px; font-weight: normal; font-style: normal; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; color: #3d3d3d; font-variant: normal; letter-spacing: normal; line-height: 19.5px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;If you just wanted to make a copy of the file in .CSV format and save it in a second location, you could use the following syntax with the (txt) argument of the STORE command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; border: 0px; font-weight: normal; font-style: normal; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; color: #3d3d3d; font-variant: normal; letter-spacing: normal; line-height: 19.5px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;[input_csv]:&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; border: 0px; font-weight: normal; font-style: normal; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; color: #3d3d3d; font-variant: normal; letter-spacing: normal; line-height: 19.5px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;&lt;STRONG style="margin: 0px; padding: 0px; border: 0px; font-weight: bold; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline; color: #0000ff;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline;"&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;*&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline; color: #0000ff;"&gt;FROM&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline;"&gt;[$(vOriginalLocation)\ORIGINAL.csv]&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline; color: #0000ff;"&gt;txt&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline;"&gt;,&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline; color: #0000ff;"&gt;codepage&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline;"&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline; color: #0000ff;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline;"&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;1252,&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline; color: #0000ff;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline;"&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline; color: #0000ff;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline;"&gt;,&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline; color: #0000ff;"&gt;delimiter&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline;"&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline; color: #0000ff;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline;"&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;',',&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline; color: #0000ff;"&gt;msq&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline;"&gt;);&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="margin: 0px; padding: 0px; border: 0px; font-weight: bold; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline; color: #0000ff;"&gt;STORE&lt;/STRONG&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline;"&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;*&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline; color: #0000ff;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline;"&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;input_csv&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline; color: #0000ff;"&gt;INTO&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline;"&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;[$(vOutputLocation)\CSV_from_QV_output.csv] (&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline; color: #0000ff;"&gt;txt&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 21:00:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-of-files-from-source-folder-to-destination-folder/m-p/442686#M164998</guid>
      <dc:creator>evan_kurowski</dc:creator>
      <dc:date>2014-04-15T21:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: loading of files from source  folder  to destination folder through  script</title>
      <link>https://community.qlik.com/t5/QlikView/loading-of-files-from-source-folder-to-destination-folder/m-p/442687#M164999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;The post on this thread from Evan Kurowski was accidentally. In order to restore points to all participants I have copied and reinserted this comment. Thanks for your patience!&lt;/P&gt;&lt;P class="jive-thread-reply-btn" style="margin: 26px 0 -10px; font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;DIV class="jive-thread-reply-btn-correct" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/61601" style="margin: 0 20px 0 0; padding: 2px 14px 4px 28px; font-weight: bold; font-style: inherit; font-family: inherit; color: #3778c7; background-color: #f3f3f3;"&gt;"Script Execution Progress" window hangs&lt;/A&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 21:01:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-of-files-from-source-folder-to-destination-folder/m-p/442687#M164999</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-15T21:01:43Z</dc:date>
    </item>
  </channel>
</rss>

