<?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: copy files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/copy-files/m-p/1344317#M619999</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the VB Script File System Object (FSO)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Apr 2017 16:07:37 GMT</pubDate>
    <dc:creator>m_woolf</dc:creator>
    <dc:date>2017-04-19T16:07:37Z</dc:date>
    <item>
      <title>copy files</title>
      <link>https://community.qlik.com/t5/QlikView/copy-files/m-p/1344316#M619998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello !&lt;/P&gt;&lt;P&gt;I have a question the qlikview has the possibility from a script to copy folder files to another (windows copy paste)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 15:22:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/copy-files/m-p/1344316#M619998</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2017-04-19T15:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: copy files</title>
      <link>https://community.qlik.com/t5/QlikView/copy-files/m-p/1344317#M619999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the VB Script File System Object (FSO)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 16:07:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/copy-files/m-p/1344317#M619999</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2017-04-19T16:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: copy files</title>
      <link>https://community.qlik.com/t5/QlikView/copy-files/m-p/1344318#M620000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am a beginner with qlikview, you can explain to me more&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 18:39:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/copy-files/m-p/1344318#M620000</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2017-04-19T18:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: copy files</title>
      <link>https://community.qlik.com/t5/QlikView/copy-files/m-p/1344319#M620001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you go&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Step 1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; - enable script can execute external programs via "Edit script &amp;gt; Settings tab", screenshot below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG __jive_id="160576" alt="Capture3.GIF" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/160576_Capture3.GIF" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Step 2&lt;/STRONG&gt; - Allow database write and execute statements in script via "Settings &amp;gt; User Preferences &amp;gt; Security tab", screenshot below&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="160571" alt="Capture.GIF" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/160571_Capture.GIF" style="height: 353px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Step 3&lt;/STRONG&gt; - Create script line as below. You will need to update highlighted bit though. In my example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\temp\*.txt (&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Source files path&lt;/STRONG&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;C:\temp\Archive (&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Target folder path&lt;/STRONG&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="160572" alt="Capture2.GIF" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/160572_Capture2.GIF" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Step 4&lt;/STRONG&gt; - reload!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give this a whirl and let me know how you get on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm regards,&lt;/P&gt;&lt;P&gt;Nish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 20:26:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/copy-files/m-p/1344319#M620001</guid>
      <dc:creator />
      <dc:date>2017-04-19T20:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: copy files</title>
      <link>https://community.qlik.com/t5/QlikView/copy-files/m-p/1344320#M620002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/155267" title="https://community.qlikview.com/thread/155267"&gt;How to Copy QVDs from Location A to B using Script | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 05:42:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/copy-files/m-p/1344320#M620002</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2017-04-20T05:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: copy files</title>
      <link>https://community.qlik.com/t5/QlikView/copy-files/m-p/1344321#M620003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Souad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you can use copy paste from one QVW File script to one more&amp;nbsp; Qvw File,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but make sure the datasource&amp;nbsp; place is same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 05:50:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/copy-files/m-p/1344321#M620003</guid>
      <dc:creator>satheshreddy</dc:creator>
      <dc:date>2017-04-20T05:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: copy files</title>
      <link>https://community.qlik.com/t5/QlikView/copy-files/m-p/1344322#M620004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which file type you trying to copy ? and what should be the output format ?&lt;/P&gt;&lt;P&gt;if its a CSV to CSV,&lt;SPAN style="font-size: 13.3333px;"&gt;Excel ,&lt;SPAN style="font-size: 13.3333px;"&gt;TXT &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;TXT to TXT ,&lt;SPAN style="font-size: 13.3333px;"&gt;Excel ,&lt;SPAN style="font-size: 13.3333px;"&gt;CSV,&lt;SPAN style="font-size: 13.3333px;"&gt;TXT &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Excel to Excel,&lt;SPAN style="font-size: 13.3333px;"&gt;CSV&lt;/SPAN&gt; ,&lt;SPAN style="font-size: 13.3333px;"&gt;TXT &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then without VB its possible ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 06:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/copy-files/m-p/1344322#M620004</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-04-20T06:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: copy files</title>
      <link>https://community.qlik.com/t5/QlikView/copy-files/m-p/1344323#M620005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning avinash i used &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;DIRECTORY;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;t: load rand() AutoGenerate 100;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;EXECUTE cmd.exe /C&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;move /Y&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .\QVD\*.qvd&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .\QVD_OLD&lt;/STRONG&gt; ;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;store t into .\QVD\t.qvd (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 08:06:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/copy-files/m-p/1344323#M620005</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2017-04-20T08:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: copy files</title>
      <link>https://community.qlik.com/t5/QlikView/copy-files/m-p/1344324#M620006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello nishant&lt;/P&gt;&lt;P&gt;thank y &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&amp;nbsp; So C an i Uses repetitive loop as for, while ...&lt;/P&gt;&lt;P&gt;For example, I want to save the folder names of a path in array and then I loop on that variable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 08:09:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/copy-files/m-p/1344324#M620006</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2017-04-20T08:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: copy files</title>
      <link>https://community.qlik.com/t5/QlikView/copy-files/m-p/1344325#M620007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank y very helpful doc &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 08:10:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/copy-files/m-p/1344325#M620007</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2017-04-20T08:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: copy files</title>
      <link>https://community.qlik.com/t5/QlikView/copy-files/m-p/1344326#M620008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank y&amp;nbsp; s s for yr help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 08:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/copy-files/m-p/1344326#M620008</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2017-04-20T08:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: copy files</title>
      <link>https://community.qlik.com/t5/QlikView/copy-files/m-p/1344327#M620009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Souad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you! I'm sorry I don't understand your question. Perhaps post it under a new thread and I will take a look for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm regards,&lt;/P&gt;&lt;P&gt;Nish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 10:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/copy-files/m-p/1344327#M620009</guid>
      <dc:creator />
      <dc:date>2017-04-20T10:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: copy files</title>
      <link>https://community.qlik.com/t5/QlikView/copy-files/m-p/1344328#M620010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank y &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt; i fixed the problem , thank you for yr time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 10:31:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/copy-files/m-p/1344328#M620010</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2017-04-20T10:31:56Z</dc:date>
    </item>
  </channel>
</rss>

