Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Exporting QVD files

Hi,

I have some QVD files that I would like to export... I only know about exporting them into text files, what other formats are available? My QVD files is quite big, from 300 MB and ever larger... In fact I want to copy some QVD files into a database at another server, is CSV the best solution then (and possible?)..? Please tell me your suggestions.

Best regards,

Filip

4 Replies
dirk_konings
Creator III
Creator III

it's the only standard way for exporting to an orther system

rbecher
MVP
MVP

You could write a Java program using our QVD Converter library and insert the records into a database:

QVD Converter | TIQ Solutions GmbH

Astrato.io Head of R&D
p_verkooijen
Partner - Specialist II
Partner - Specialist II

You could use STORE tablename INTO tablename.csv (ansi, txt, delimiter is ';');

Not applicable
Author

Hi,

You can use Data Processing/Manipulation Extensions.

For more details refer

http://www.qlikblog.at/1939/a-comprehensive-list-of-qlikview-object-extensions-012013/