Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
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/