<?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 How can I extract data from a file with extension .qvd on other softwares? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-I-extract-data-from-a-file-with-extension-qvd-on-other/m-p/198550#M712958</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;To drop a CSV to a file simply load the table as you normally would in the load script and then issue a store statement:&lt;/P&gt;&lt;P&gt;STORE MyTableName INTO .\Data\MyTableName.csv (txt);&lt;/P&gt;&lt;P&gt;That should do the trick.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Feb 2011 01:15:17 GMT</pubDate>
    <dc:creator>stevedark</dc:creator>
    <dc:date>2011-02-22T01:15:17Z</dc:date>
    <item>
      <title>How can I extract data from a file with extension .qvd on other softwares?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-extract-data-from-a-file-with-extension-qvd-on-other/m-p/198545#M712953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any way to extract data from files with extension .qvd to use on other softwares without the need to export these data to another type of file?&lt;BR /&gt;It should be like an ODBC connecting to the file with extension .qvd and then extracts these data. I´ve already looked in the manual and on this community but I couldn´t find any satisfactory answer. Do we have this option on QlikView 10?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 14:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-extract-data-from-a-file-with-extension-qvd-on-other/m-p/198545#M712953</guid>
      <dc:creator />
      <dc:date>2011-01-06T14:53:48Z</dc:date>
    </item>
    <item>
      <title>How can I extract data from a file with extension .qvd on other softwares?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-extract-data-from-a-file-with-extension-qvd-on-other/m-p/198546#M712954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Savio,&lt;/P&gt;&lt;P&gt;I did see a post some time ago about a piece of software that could read QVD's - but I have never tried it myself.&lt;/P&gt;&lt;P&gt;The short answer is that the QVD is a proprietary file format used for the storage of data specifically for loading into QlikView. As such there is no way to interrogate this except through QlikView.&lt;/P&gt;&lt;P&gt;You can dump a CSV file from a QlikView load script in exactly the same way as you do a QVD - simply put the extension of the file you write to .csv and place '(txt)' at the end of the line. Eg.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store mytable into myfile.txt (txt);&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Steve&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 15:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-extract-data-from-a-file-with-extension-qvd-on-other/m-p/198546#M712954</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2011-01-06T15:43:45Z</dc:date>
    </item>
    <item>
      <title>How can I extract data from a file with extension .qvd on other softwares?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-extract-data-from-a-file-with-extension-qvd-on-other/m-p/198547#M712955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;store mytable into myfile.txt (txt);&lt;/P&gt;&lt;P&gt;this is the one of option.&lt;/P&gt;&lt;P&gt;qvd is proprietary of qliktech so only the tool which is developed by qliktech is able to read.&lt;/P&gt;&lt;P&gt;but for other tool it is not possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 13:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-extract-data-from-a-file-with-extension-qvd-on-other/m-p/198547#M712955</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-01-07T13:59:56Z</dc:date>
    </item>
    <item>
      <title>How can I extract data from a file with extension .qvd on other softwares?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-extract-data-from-a-file-with-extension-qvd-on-other/m-p/198548#M712956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Folks,&lt;/P&gt;&lt;P&gt;My question is a little off track but related to file generation.&lt;/P&gt;&lt;P&gt;Can i set up an automated job in qlikview that will generate files of a particular format each day and send it in a mail / place it in a shared dir?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 23:45:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-extract-data-from-a-file-with-extension-qvd-on-other/m-p/198548#M712956</guid>
      <dc:creator />
      <dc:date>2011-02-21T23:45:11Z</dc:date>
    </item>
    <item>
      <title>How can I extract data from a file with extension .qvd on other softwares?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-extract-data-from-a-file-with-extension-qvd-on-other/m-p/198549#M712957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is only one tool that can read QVD files: Vizubi&lt;/P&gt;&lt;P&gt;But, the best way is to export into CSV or QVX on version 10.&lt;/P&gt;&lt;P&gt;See also: &lt;A href="http://community.qlik.com/media/p/94004.aspx"&gt;QVD2CSV&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 00:17:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-extract-data-from-a-file-with-extension-qvd-on-other/m-p/198549#M712957</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-02-22T00:17:31Z</dc:date>
    </item>
    <item>
      <title>How can I extract data from a file with extension .qvd on other softwares?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-extract-data-from-a-file-with-extension-qvd-on-other/m-p/198550#M712958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;To drop a CSV to a file simply load the table as you normally would in the load script and then issue a store statement:&lt;/P&gt;&lt;P&gt;STORE MyTableName INTO .\Data\MyTableName.csv (txt);&lt;/P&gt;&lt;P&gt;That should do the trick.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 01:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-extract-data-from-a-file-with-extension-qvd-on-other/m-p/198550#M712958</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2011-02-22T01:15:17Z</dc:date>
    </item>
    <item>
      <title>How can I extract data from a file with extension .qvd on other softwares?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-extract-data-from-a-file-with-extension-qvd-on-other/m-p/198551#M712959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solution Suggested by Steve is Perfect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 09:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-extract-data-from-a-file-with-extension-qvd-on-other/m-p/198551#M712959</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-02-22T09:38:24Z</dc:date>
    </item>
  </channel>
</rss>

