<?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: read files from one folder to another folder in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540070#M746022</link>
    <description>Include them in double quotes and I think you are missing the file names in the source folder.</description>
    <pubDate>Wed, 06 Feb 2019 09:19:53 GMT</pubDate>
    <dc:creator>pradosh_thakur</dc:creator>
    <dc:date>2019-02-06T09:19:53Z</dc:date>
    <item>
      <title>read files from one folder to another folder</title>
      <link>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1539997#M746010</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to read files from one folder and move to another folder but following script is not giving the desired output after execution of the script(see image below)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 852px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/5263i982716771E644529/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;BR /&gt;let FilePath = [D:\Qlik_OrderSheets\final_order];&lt;BR /&gt;let vFilPathProceed =[D:\Qlik_OrderSheets\OrderSheets]&lt;BR /&gt;Full_Order_Data:&lt;/P&gt;&lt;P&gt;LOAD distinct Plant,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;OrderNo,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;OrderDate,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;OrderType,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;DistChannel,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;Division,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;NCODE,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;Season,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;MatType,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;Style,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;Color,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;Size,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;OrderQty,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;OrderValue,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;ConfirmedQty,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;ConfirmedValue,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;MRP&lt;BR /&gt;FROM&lt;BR /&gt;[D:\Qlik_OrderSheets\OrderSheets\QLIK*.CSV]&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;BR /&gt;Execute cmd.exe /C Move $(FilePath) $(vFilPathProceed);&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1539997#M746010</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: read files from one folder to another folder</title>
      <link>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540002#M746011</link>
      <description>&lt;P&gt;Could you try this using store command instead of Execute&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 07:23:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540002#M746011</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-02-06T07:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: read files from one folder to another folder</title>
      <link>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540005#M746012</link>
      <description>&lt;P&gt;store cmd.exe /C Move $(FilePath) $(vFilPathProceed);&lt;/P&gt;&lt;P&gt;This line is giving an error&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 623px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/5264iB02880F95AC6A79F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 07:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540005#M746012</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2019-02-06T07:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: read files from one folder to another folder</title>
      <link>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540008#M746013</link>
      <description>&lt;P&gt;No Store Command has a different Syntax , please check&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ScriptRegularStatements/Store.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ScriptRegularStatements/Store.htm&lt;/A&gt; and&amp;nbsp; &lt;A href="https://community.qlik.com/t5/QlikView-App-Development/Multiple-Excel-file-load-and-save-each-to-qvd/td-p/1259373" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Development/Multiple-Excel-file-load-and-save-each-to-qvd/td-p/1259373&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 07:38:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540008#M746013</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-02-06T07:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: read files from one folder to another folder</title>
      <link>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540010#M746014</link>
      <description>&lt;P&gt;No Store Command has a different Syntax , please check &lt;A href="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ScriptRegularStatements/Store.htm" target="_self"&gt;https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ScriptRegularStatements/Store.htm&lt;/A&gt; and&amp;nbsp; &lt;A href="https://community.qlik.com/t5/QlikView-App-Development/Multiple-Excel-file-load-and-save-each-to-qvd/td-p/1259373" target="_self"&gt;https://community.qlik.com/t5/QlikView-App-Development/Multiple-Excel-file-load-and-save-each-to-qvd/td-p/1259373&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 07:39:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540010#M746014</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-02-06T07:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: read files from one folder to another folder</title>
      <link>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540028#M746015</link>
      <description>&lt;P&gt;let FilePath = "D:\Qlik_OrderSheets\final_order";&lt;BR /&gt;let vFilPathProceed = "D:\Qlik_OrderSheets\OrderSheets";&lt;BR /&gt;Execute cmd.exe /C Move $(FilePath) $(vFilPathProceed);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;please make sure you allow qvw to execute the commands from it.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 08:31:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540028#M746015</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-02-06T08:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: read files from one folder to another folder</title>
      <link>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540029#M746016</link>
      <description>make sure edit script-&amp;gt; settings -&amp;gt; can execute external programs is checked.</description>
      <pubDate>Wed, 06 Feb 2019 08:33:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540029#M746016</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-02-06T08:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: read files from one folder to another folder</title>
      <link>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540044#M746017</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;what do you mean by this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"please make sure you allow qvw to execute the commands from it."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am using QVW only to execute the script&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 08:51:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540044#M746017</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2019-02-06T08:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: read files from one folder to another folder</title>
      <link>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540046#M746018</link>
      <description>I mean script-&amp;gt; settings -&amp;gt; can execute external programs is checked.&lt;BR /&gt;&lt;BR /&gt;If your qvw still is not able to do it try without variable and see if it's working and not a server related issue.</description>
      <pubDate>Wed, 06 Feb 2019 08:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540046#M746018</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-02-06T08:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: read files from one folder to another folder</title>
      <link>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540051#M746019</link>
      <description>&lt;P&gt;you mean this?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 490px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/5267i98FC2261AB212FF4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 09:03:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540051#M746019</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2019-02-06T09:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: read files from one folder to another folder</title>
      <link>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540052#M746020</link>
      <description>This one as well as&lt;BR /&gt;go to edit script(ctrl+e) then in the bottom where there is odbc connection etc are there you can see a setting tab-&amp;gt; can execute external programs is checked.</description>
      <pubDate>Wed, 06 Feb 2019 09:05:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540052#M746020</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-02-06T09:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: read files from one folder to another folder</title>
      <link>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540068#M746021</link>
      <description>&lt;P&gt;Its not working after i checked this "&lt;SPAN&gt;can execute external programs"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;so I am trying without variable so this will be the syntax right?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;BR /&gt;[D:\Qlik_OrderSheets\OrderSheets\QLIK*.CSV]&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;BR /&gt;//store Full_Order_Data into D:\Qlik_OrderSheets\final_order.qvd;&lt;BR /&gt;Execute cmd.exe /C Move [D:\Qlik_OrderSheets\OrderSheets] [D:\Qlik_OrderSheets\final_order];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 09:17:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540068#M746021</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2019-02-06T09:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: read files from one folder to another folder</title>
      <link>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540070#M746022</link>
      <description>Include them in double quotes and I think you are missing the file names in the source folder.</description>
      <pubDate>Wed, 06 Feb 2019 09:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540070#M746022</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-02-06T09:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: read files from one folder to another folder</title>
      <link>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540072#M746023</link>
      <description>Execute cmd.exe /C Move "D:\Qlik_OrderSheets\OrderSheets\QLIK*.CSV" "D:\Qlik_OrderSheets\final_order";</description>
      <pubDate>Wed, 06 Feb 2019 09:22:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540072#M746023</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-02-06T09:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: read files from one folder to another folder</title>
      <link>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540132#M746024</link>
      <description>Did you get it working ?</description>
      <pubDate>Wed, 06 Feb 2019 10:55:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540132#M746024</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-02-06T10:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: read files from one folder to another folder</title>
      <link>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540153#M746025</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I want to implement increment load and for that I have several csv files which are provided to me on daily basis in a given following folder (OrderSheets ) and now that files should be read from that folder(Order_sheets) and then stored in qvd one by one after reading and then move to a different folder after saved in qvd (final_order)(refer image below)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 596px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/5288i6647D3659794967F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;once the entire process is done the files saved in QVD after reading should be then overwritten in Full Load (Please refer Code Below)&amp;nbsp;&lt;/P&gt;&lt;P&gt;Full_Order_Data:&lt;/P&gt;&lt;P&gt;LOAD distinct Plant,&lt;BR /&gt;OrderNo,&lt;BR /&gt;OrderDate,&lt;BR /&gt;OrderType,&lt;BR /&gt;DistChannel,&lt;BR /&gt;Division,&lt;BR /&gt;NCODE,&lt;BR /&gt;Season,&lt;BR /&gt;MatType,&lt;BR /&gt;Style,&lt;BR /&gt;Color,&lt;BR /&gt;Size,&lt;BR /&gt;OrderQty,&lt;BR /&gt;OrderValue,&lt;BR /&gt;ConfirmedQty,&lt;BR /&gt;ConfirmedValue,&lt;BR /&gt;MRP&lt;BR /&gt;FROM&lt;BR /&gt;[D:\Qlik_OrderSheets\OrderSheets\QLIK*.CSV]&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;store Full_Order_Data into D:\Qlik_OrderSheets\final_order.qvd;&lt;BR /&gt;Execute cmd.exe /C Move "D:\Qlik_OrderSheets\OrderSheets\QLIK*" "D:\Qlik_OrderSheets\final_order";&lt;BR /&gt;Full_Order_Data:&lt;/P&gt;&lt;P&gt;LOAD Plant,&lt;BR /&gt;OrderNo,&lt;BR /&gt;OrderDate,&lt;BR /&gt;OrderType,&lt;BR /&gt;DistChannel,&lt;BR /&gt;Division,&lt;BR /&gt;NCODE,&lt;BR /&gt;Season,&lt;BR /&gt;MatType,&lt;BR /&gt;Style,&lt;BR /&gt;Color,&lt;BR /&gt;Size,&lt;BR /&gt;OrderQty,&lt;BR /&gt;OrderValue,&lt;BR /&gt;ConfirmedQty,&lt;BR /&gt;ConfirmedValue,&lt;BR /&gt;MRP&lt;BR /&gt;FROM&lt;BR /&gt;[D:\Qlik_OrderSheets\final_order\QLIK*.CSV]&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;//////////////////Full Load Order///////////////////////////////&lt;BR /&gt;concatenate(Full_Order_Data)&lt;BR /&gt;LOAD distinct Plant,&lt;BR /&gt;OrderNo,&lt;BR /&gt;OrderDate,&lt;BR /&gt;OrderType,&lt;BR /&gt;DistChannel,&lt;BR /&gt;Division,&lt;BR /&gt;NCODE,&lt;BR /&gt;Season,&lt;BR /&gt;MatType,&lt;BR /&gt;Style,&lt;BR /&gt;Color,&lt;BR /&gt;Size,&lt;BR /&gt;OrderQty,&lt;BR /&gt;OrderValue,&lt;BR /&gt;ConfirmedQty,&lt;BR /&gt;ConfirmedValue,&lt;BR /&gt;MRP&lt;BR /&gt;FROM&lt;BR /&gt;[D:\Qlik_OrderSheets\OrderSheets\Full_Order_Data.qvd]&lt;BR /&gt;(qvd)&lt;BR /&gt;where not exists(NCODE, Style&amp;amp;Color&amp;amp;Size);&lt;/P&gt;&lt;P&gt;store Full_Order_Data into C:\Users\dmsadmin\Desktop\New folder\QVD\extract_qvd\Full_Order_Data.qvd;&lt;BR /&gt;drop table Full_Order_Data;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 11:15:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540153#M746025</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2019-02-06T11:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: read files from one folder to another folder</title>
      <link>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540176#M746026</link>
      <description>what is the issue now ? Are the file getting transferred or not ?</description>
      <pubDate>Wed, 06 Feb 2019 11:53:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540176#M746026</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-02-06T11:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: read files from one folder to another folder</title>
      <link>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540188#M746027</link>
      <description>&lt;P&gt;yes. Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 12:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-files-from-one-folder-to-another-folder/m-p/1540188#M746027</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2019-02-06T12:12:40Z</dc:date>
    </item>
  </channel>
</rss>

