Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
ramrongala
Contributor II
Contributor II

How to convert QVW file into Txt format

Hi All,

We have QVW file that file we need to convert text format.

The main agenda:  we want read that QVW file.

We are pulling DWS file then we are trying to read that file and that file we trying to integrate into java Environment.

Is this possible in Qlikview then  Guide how do this process.

6 Replies
sunny_talwar

May be like this

Table:

LOAD *

FROM FileName.qvd (qvd);

STORE Table into MyCSVFile.txt (txt);

DROP Table Table;

Also, look here:

https://www.quickintelligence.co.uk/write-csv-qlikview-store/

ramrongala
Contributor II
Contributor II
Author

Bro not QVD.its QVW file That mean Mata data file

Peter_Cammaert
Partner - Champion III
Partner - Champion III

In the directory where your QVD document is located, create a new folder with the same name as your document, but omit the .qvw extension and add a -prj suffix (for example, if your document is called ABC.QVW, create a folder called ABC-prj)

Then open your document in QV Desktop and save it as-is. Now have a look at the contents of the -prj folder.

Peter_Cammaert
Partner - Champion III
Partner - Champion III

BTW this doesn't work with a QV Desktop Personal Edition. When using a PE version, you're not allowed to export your document.

sudeepkm
Specialist III
Specialist III

are you referring to the drawing files that you want to read into QlikView and then export it into some format or something.

ramrongala
Contributor II
Contributor II
Author

Yes Sudeep.. that QVW file integrate to java.

first we neeed to read that QVW file nothing but meta dat file in txt format.

the Text file configure into java environment.

Exact Requirement: They are pulling DWS file from QV server and trying to read that file and configure in Java.                                           But after pulling that DWS file they are open but the data was braking or not readable or showing                                   some other  language