<?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: Script to move qvd files from 1 space to another in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Script-to-move-qvd-files-from-1-space-to-another/m-p/2521641#M106580</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/54930"&gt;@Gazza&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Solution 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You can move and rename your QVDs by Administration Console&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;1 - Rename QVDs&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rafaelencinas_2-1750266489958.png" style="width: 544px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181466iE0726A1F93F39C8E/image-dimensions/544x169?v=v2" width="544" height="169" role="button" title="rafaelencinas_2-1750266489958.png" alt="rafaelencinas_2-1750266489958.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2 - Move QVDs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rafaelencinas_1-1750266395737.png" style="width: 226px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181465i8B743621DABC8018/image-dimensions/226x253?v=v2" width="226" height="253" role="button" title="rafaelencinas_1-1750266395737.png" alt="rafaelencinas_1-1750266395737.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rafaelencinas_0-1750266374581.png" style="width: 633px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181464iD96B0F7EB8C92395/image-dimensions/633x174?v=v2" width="633" height="174" role="button" title="rafaelencinas_0-1750266374581.png" alt="rafaelencinas_0-1750266374581.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Solution 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1 - You must list all files in your personal space&lt;/P&gt;&lt;P&gt;2 - Load each table in memory&lt;/P&gt;&lt;P&gt;3 - Store new table into another space&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;for each File in filelist ('lib://DataFiles/*.*')&lt;BR /&gt;&lt;BR /&gt;trace $(File);&lt;BR /&gt;let vTableName = Replace(File,'lib://DataFiles/','');&lt;BR /&gt;&lt;BR /&gt;trace $(vTableName);&lt;BR /&gt;&lt;BR /&gt;$(vTableName):&lt;BR /&gt;Load * From $(File)(qvd);&lt;BR /&gt;&lt;BR /&gt;Store $(vTableName) into ['lib://NewSpace:DataFiles/EXT_'$(vTableName)](qvd);&lt;BR /&gt;Drop table $(vTableName);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;next File&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;You cannot delete QVDs from script, you must have do it for Management Console or when you click in the data connection to read a file and click in the trash in the right&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bye !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jun 2025 17:21:50 GMT</pubDate>
    <dc:creator>rafaelencinas</dc:creator>
    <dc:date>2025-06-18T17:21:50Z</dc:date>
    <item>
      <title>Script to move qvd files from 1 space to another</title>
      <link>https://community.qlik.com/t5/App-Development/Script-to-move-qvd-files-from-1-space-to-another/m-p/2521636#M106579</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Does anyone know how to write a script that would loop through all the data folders in my Personal Space looking for any qvd's that start with 'EXT_' and copy them all into another Space called 'Target Space' ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2025 16:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Script-to-move-qvd-files-from-1-space-to-another/m-p/2521636#M106579</guid>
      <dc:creator>Gazza</dc:creator>
      <dc:date>2025-06-18T16:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Script to move qvd files from 1 space to another</title>
      <link>https://community.qlik.com/t5/App-Development/Script-to-move-qvd-files-from-1-space-to-another/m-p/2521641#M106580</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/54930"&gt;@Gazza&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Solution 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You can move and rename your QVDs by Administration Console&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;1 - Rename QVDs&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rafaelencinas_2-1750266489958.png" style="width: 544px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181466iE0726A1F93F39C8E/image-dimensions/544x169?v=v2" width="544" height="169" role="button" title="rafaelencinas_2-1750266489958.png" alt="rafaelencinas_2-1750266489958.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2 - Move QVDs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rafaelencinas_1-1750266395737.png" style="width: 226px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181465i8B743621DABC8018/image-dimensions/226x253?v=v2" width="226" height="253" role="button" title="rafaelencinas_1-1750266395737.png" alt="rafaelencinas_1-1750266395737.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rafaelencinas_0-1750266374581.png" style="width: 633px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181464iD96B0F7EB8C92395/image-dimensions/633x174?v=v2" width="633" height="174" role="button" title="rafaelencinas_0-1750266374581.png" alt="rafaelencinas_0-1750266374581.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Solution 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1 - You must list all files in your personal space&lt;/P&gt;&lt;P&gt;2 - Load each table in memory&lt;/P&gt;&lt;P&gt;3 - Store new table into another space&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;for each File in filelist ('lib://DataFiles/*.*')&lt;BR /&gt;&lt;BR /&gt;trace $(File);&lt;BR /&gt;let vTableName = Replace(File,'lib://DataFiles/','');&lt;BR /&gt;&lt;BR /&gt;trace $(vTableName);&lt;BR /&gt;&lt;BR /&gt;$(vTableName):&lt;BR /&gt;Load * From $(File)(qvd);&lt;BR /&gt;&lt;BR /&gt;Store $(vTableName) into ['lib://NewSpace:DataFiles/EXT_'$(vTableName)](qvd);&lt;BR /&gt;Drop table $(vTableName);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;next File&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;You cannot delete QVDs from script, you must have do it for Management Console or when you click in the data connection to read a file and click in the trash in the right&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bye !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2025 17:21:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Script-to-move-qvd-files-from-1-space-to-another/m-p/2521641#M106580</guid>
      <dc:creator>rafaelencinas</dc:creator>
      <dc:date>2025-06-18T17:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Script to move qvd files from 1 space to another</title>
      <link>https://community.qlik.com/t5/App-Development/Script-to-move-qvd-files-from-1-space-to-another/m-p/2521667#M106582</link>
      <description>&lt;P&gt;Or you can write a powershell script with qlik CLI then you can delete the files.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 04:35:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Script-to-move-qvd-files-from-1-space-to-another/m-p/2521667#M106582</guid>
      <dc:creator>Sierd_Boersma</dc:creator>
      <dc:date>2025-06-19T04:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Script to move qvd files from 1 space to another</title>
      <link>https://community.qlik.com/t5/App-Development/Script-to-move-qvd-files-from-1-space-to-another/m-p/2521702#M106585</link>
      <description>&lt;P&gt;Thanks both of you.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;My end goal here is to schedule a Qlik file to run each day (eventually in Prod) that will just copy over qvd's from different data folders, so not deleting anything, into a folder for Self Serve people to use.&lt;/P&gt;&lt;P&gt;Is there a better way to do this?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 08:06:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Script-to-move-qvd-files-from-1-space-to-another/m-p/2521702#M106585</guid>
      <dc:creator>Gazza</dc:creator>
      <dc:date>2025-06-19T08:06:51Z</dc:date>
    </item>
  </channel>
</rss>

