<?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: What script to use to convert QVDs into CSV files? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-script-to-use-to-convert-QVDs-into-CSV-files/m-p/124369#M749797</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey do i have to define the vFile variable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Nov 2018 20:35:45 GMT</pubDate>
    <dc:creator>periclesgt</dc:creator>
    <dc:date>2018-11-09T20:35:45Z</dc:date>
    <item>
      <title>What script to use to convert QVDs into CSV files?</title>
      <link>https://community.qlik.com/t5/QlikView/What-script-to-use-to-convert-QVDs-into-CSV-files/m-p/124362#M749790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have a couple of QVDs that i need converted into CSV files, but not sure how to grab them all at once&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-script-to-use-to-convert-QVDs-into-CSV-files/m-p/124362#M749790</guid>
      <dc:creator>periclesgt</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: What script to use to convert QVDs into CSV files?</title>
      <link>https://community.qlik.com/t5/QlikView/What-script-to-use-to-convert-QVDs-into-CSV-files/m-p/124363#M749791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this - obviously youll need to substitute some actual names and locations. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[TableName]:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;From [QVD LOCATION];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store [TableName] into [FileLocation/filename.csv](txt);&lt;/P&gt;&lt;P&gt;Drop table [FileName];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2018 18:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-script-to-use-to-convert-QVDs-into-CSV-files/m-p/124363#M749791</guid>
      <dc:creator>jheasley</dc:creator>
      <dc:date>2018-11-09T18:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: What script to use to convert QVDs into CSV files?</title>
      <link>https://community.qlik.com/t5/QlikView/What-script-to-use-to-convert-QVDs-into-CSV-files/m-p/124364#M749792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a FOR EACH ... NEXT loop to iterate the above script over all available QVDs, see&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptControlStatements/For%20Each.htm" title="https://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptControlStatements/For%20Each.htm"&gt;https://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptControlStatement…&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2018 18:20:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-script-to-use-to-convert-QVDs-into-CSV-files/m-p/124364#M749792</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-11-09T18:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: What script to use to convert QVDs into CSV files?</title>
      <link>https://community.qlik.com/t5/QlikView/What-script-to-use-to-convert-QVDs-into-CSV-files/m-p/124365#M749793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks this is great , the list of QVDs names&amp;nbsp; that I need to grab is an excel doc, like this:&lt;/P&gt;&lt;P&gt;and that is where my issue is , i need to pick up just those QVDs from a folder of 100000 QVDs. Could you please point me to the right direction ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QVD Names.png" class="jive-image image-1" src="/legacyfs/online/218017_QVD Names.png" style="height: auto;" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2018 18:40:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-script-to-use-to-convert-QVDs-into-CSV-files/m-p/124365#M749793</guid>
      <dc:creator>periclesgt</dc:creator>
      <dc:date>2018-11-09T18:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: What script to use to convert QVDs into CSV files?</title>
      <link>https://community.qlik.com/t5/QlikView/What-script-to-use-to-convert-QVDs-into-CSV-files/m-p/124366#M749794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load your table into a Qlik resident table, then use the FOR EACH loop with a FieldValueList, something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TMP:&lt;/P&gt;&lt;P&gt;LOAD A FROM FileList.xlsx (...);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FOR EACH vFile in FieldValueList( A )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NEXT vFile&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE TMP;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2018 18:44:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-script-to-use-to-convert-QVDs-into-CSV-files/m-p/124366#M749794</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-11-09T18:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: What script to use to convert QVDs into CSV files?</title>
      <link>https://community.qlik.com/t5/QlikView/What-script-to-use-to-convert-QVDs-into-CSV-files/m-p/124367#M749795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that i am Close now but still not working,&lt;/P&gt;&lt;P&gt;here is my code, what am i doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QVD LIST.png" class="jive-image image-1" src="/legacyfs/online/218025_QVD LIST.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2018 19:41:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-script-to-use-to-convert-QVDs-into-CSV-files/m-p/124367#M749795</guid>
      <dc:creator>periclesgt</dc:creator>
      <dc:date>2018-11-09T19:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: What script to use to convert QVDs into CSV files?</title>
      <link>https://community.qlik.com/t5/QlikView/What-script-to-use-to-convert-QVDs-into-CSV-files/m-p/124368#M749796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you get when you run the code? An error? If your file name contain spaces, you need to quote the file name in the FROM and STORE statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it may be better to use a TMP table and DROP it in each iteration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR each vFile in FieldValueList(TargetQVDs)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRACE File = $(vFile);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TMP:&lt;/P&gt;&lt;P&gt;LOAD * FROM [$(QVDRoot)\$(vFile).qvd] (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE TMP into &lt;SPAN style="font-size: 13.3333px;"&gt;[$(QVDRoot)\$(vFile).csv] (txt, delimiter is '|'); &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;DROP TABLE TMP;&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;NEXT vFile&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2018 19:49:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-script-to-use-to-convert-QVDs-into-CSV-files/m-p/124368#M749796</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-11-09T19:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: What script to use to convert QVDs into CSV files?</title>
      <link>https://community.qlik.com/t5/QlikView/What-script-to-use-to-convert-QVDs-into-CSV-files/m-p/124369#M749797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey do i have to define the vFile variable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2018 20:35:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-script-to-use-to-convert-QVDs-into-CSV-files/m-p/124369#M749797</guid>
      <dc:creator>periclesgt</dc:creator>
      <dc:date>2018-11-09T20:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: What script to use to convert QVDs into CSV files?</title>
      <link>https://community.qlik.com/t5/QlikView/What-script-to-use-to-convert-QVDs-into-CSV-files/m-p/124370#M749798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still Not working BTW , I am losing Hope lol &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2018 20:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-script-to-use-to-convert-QVDs-into-CSV-files/m-p/124370#M749798</guid>
      <dc:creator>periclesgt</dc:creator>
      <dc:date>2018-11-09T20:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: What script to use to convert QVDs into CSV files?</title>
      <link>https://community.qlik.com/t5/QlikView/What-script-to-use-to-convert-QVDs-into-CSV-files/m-p/124371#M749799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please describe a bit more detailed what you mean with 'not working'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check that the loop is performed, each file name should be printed out using the TRACE statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are the TMP tables loaded?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are the csv files created?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just stating 'doesn't work' is not helping us to help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2018 20:46:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-script-to-use-to-convert-QVDs-into-CSV-files/m-p/124371#M749799</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-11-09T20:46:35Z</dc:date>
    </item>
  </channel>
</rss>

