Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Action-Packed Learning Awaits! QlikWorld 2023. April 17 - 20 in Las Vegas: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
ateafilar
Creator
Creator

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

Vizlib Head of R&D
p_verkooijen
Partner - Specialist
Partner - Specialist

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

Not applicable

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/