<?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: Moving file from one folder to another folder in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Moving-file-from-one-folder-to-another-folder/m-p/749149#M267316</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;You can try this ways&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vCSVLocation = 'D:\Folder\';&lt;/P&gt;&lt;P&gt;Let vCSVToQVD = 'E:\QVDLocation\';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;* &lt;/P&gt;&lt;P&gt;From $(vCSVLocation)*.csv&lt;/P&gt;&lt;P&gt;Store Tab1 into $(vCSVToQVD)Tab1.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Feb 2015 07:31:14 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2015-02-19T07:31:14Z</dc:date>
    <item>
      <title>Moving file from one folder to another folder</title>
      <link>https://community.qlik.com/t5/QlikView/Moving-file-from-one-folder-to-another-folder/m-p/749148#M267315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; I have more than 2 .csv files i have to create qvd's for 3 files.after creating of qvd's i have to move that files to another folder.&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 07:01:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Moving-file-from-one-folder-to-another-folder/m-p/749148#M267315</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-19T07:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Moving file from one folder to another folder</title>
      <link>https://community.qlik.com/t5/QlikView/Moving-file-from-one-folder-to-another-folder/m-p/749149#M267316</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;You can try this ways&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vCSVLocation = 'D:\Folder\';&lt;/P&gt;&lt;P&gt;Let vCSVToQVD = 'E:\QVDLocation\';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;* &lt;/P&gt;&lt;P&gt;From $(vCSVLocation)*.csv&lt;/P&gt;&lt;P&gt;Store Tab1 into $(vCSVToQVD)Tab1.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 07:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Moving-file-from-one-folder-to-another-folder/m-p/749149#M267316</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2015-02-19T07:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Moving file from one folder to another folder</title>
      <link>https://community.qlik.com/t5/QlikView/Moving-file-from-one-folder-to-another-folder/m-p/749150#M267317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thanks for your response,&lt;/P&gt;&lt;P&gt; I created qvd .what my exact need is after creation of qvd. i want to move the source file from one place to another place.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 07:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Moving-file-from-one-folder-to-another-folder/m-p/749150#M267317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-19T07:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Moving file from one folder to another folder</title>
      <link>https://community.qlik.com/t5/QlikView/Moving-file-from-one-folder-to-another-folder/m-p/749151#M267318</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;You can trigger the Bat file for this i suggest means after loading data from the Source Run Bat file for Moving option in the bat file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 07:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Moving-file-from-one-folder-to-another-folder/m-p/749151#M267318</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2015-02-19T07:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Moving file from one folder to another folder</title>
      <link>https://community.qlik.com/t5/QlikView/Moving-file-from-one-folder-to-another-folder/m-p/749152#M267319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chandini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;depending on security settings you can use execute statements in the script.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Create the following TXT file:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;C:\temp\Test_Execute_existing.txt &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Put a QVW File next to it with the following script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;EXECUTE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; cmd.exe /C &amp;gt; C:\temp\Test_Execute_create.txt echo created File Input;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;EXECUTE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; cmd.exe /C copy C:\temp\Test_Execute_existing.txt C:\temp\Test_Execute\Test_Execute_copy.txt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;EXECUTE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; cmd.exe /C del C:\temp\Test_Execute_existing.txt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See what happens if you run the script and allow to override security.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Tobias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 08:27:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Moving-file-from-one-folder-to-another-folder/m-p/749152#M267319</guid>
      <dc:creator>tobias_klett</dc:creator>
      <dc:date>2015-02-19T08:27:11Z</dc:date>
    </item>
  </channel>
</rss>

