Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
sanchayan
Creator
Creator

Convert QVDs to CSVs without using QlikView

Hi all,

Please let me know how is it possible to convert qvds in a directory to be converted into csvs without using QlikView?

Regards,

Sanchayan Bhowmik

7 Replies
sanchayan
Creator
Creator
Author

mbaeyens‌ any help on this ?

Thanks & Regards,

Sanchayan Bhowmik

Anil_Babu_Samineni

Can we know the reason behind you want to do this? I understand that, Requirement is like but QVD is purely Qlik file

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
sanchayan
Creator
Creator
Author

There is a requirement to migrate .qvd files into .tde files of Tableau for which we initially want to convert the .qvds into and intermediate form of .csv and then load them into Tableau and convert into .tde files.

jonathandienst
Partner - Champion III
Partner - Champion III

You can read QVD files and store as text files using the (free) QV personal edition or (also free) Qlik Sense desktop.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
bhaskar_sm
Partner - Creator III
Partner - Creator III

Hi,

You can load all the qvds and store in the CSV by using below Store Command.


Example:

Sales:

Load

*

from sales.qvd(Qvd)


Store Sales into Sales.csv(txt);   // store sales table in the form of CSV file


if you found this helpful, please mark helpful or correct.


Regards,

Bhasker Kumar

sanchayan
Creator
Creator
Author

Hi All,

See the answers mentioned is right when we are opening the qlikview file and adding the STORE statement. But what I need is to convert QVDs present in one directory into csvs in the same or any other directories without even opening the QlikView interface.

Regards,

Sanchayan Bhowmik

satishkurra
Specialist II
Specialist II

I agree with Bhasker Kumar and that is the way to convert QVD to txt format.

Just to be clear, we also received a similar request to convert QVD files to TDE for building reports in Tableau.

QVD is a Qlik readable format and it is native Qlik.

If you need for other purpose, please use Alteryx

See the response from Alteryx experts

https://community.alteryx.com/t5/Data-Preparation-Blending/Qlikview-to-Tableau-move/td-p/17576