Skip to main content

How to Read Your QlikView Shared or META File

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Chris_Rice
Support
Support

How to Read Your QlikView Shared or META File

Last Update:

Oct 27, 2022 7:47:01 AM

Updated By:

Maria_Halley

Created date:

Nov 9, 2016 9:09:39 AM


The Meta file stores some information you might find useful to have outside of the QMC.  For what is stored in the META file, look here (Meta files - General information).
The Shared file stores other things, like bookmarks and user created objects. For more on what is stored in the Shared file, look here (Shared Files - General Information).
 
You can’t read these files directly, but you can use the Power Tools 1.3 for QlikView to read the files.
 
Note: The QV Power Tools are not supported, and are used at your own risk. Always be sure to make backups of whatever you are accessing with these tools. The Shared File tool only works on .shared. TShared files cannot be read.
 

Environment:

QlikView , all versions

 

Cause:


The .Shared and .META files associated with your QVW are stored in BlobDB format. The QV Shared File Viewer can read and export this BlobDB to XML.

 

Resolution:

 

Shared or META to XML

Steps:

1. Open the QV Shared File Viewer
 
000026246a.png

 


 
2. File > Open > Navigate to folder  (Select “All Files (*.*)" if you wish to read the META file)
 
000026246b.png

 


 
3. Choose the Shared or META file you wish to convert > Open
 
000026246c.png

 


Note: Meta files will always show up red (e.g. corrupted) in the QV Shared File Viewer.  This is not an accurate indication of Meta file corruption.
 
4. File > Export to Xml > All…
 
000026246d.png

 


 
5. Choose a path and filename, then save


That’s all there is! Now you can read this XML into QlikView or Qlik Sense as an XML and view the data.
 

But, what if you have a bunch of these? You can automate the process a bit with command line:

1. Put all Shared or META files you wish to convert in the same folder

2. In Command Line, navigate to the folder which houses the QV Shared File Viewer
000026246f.png

 



3. Input the following command
for %I in (C:\Users\Administrator.DOMAIN.000\Desktop\Test\*.qvw.meta) DO (QvSharedFileViewer "C:\Users\Administrator.DOMAIN.000\Desktop\Test\%~nI.Meta" -EXPORTALL "C:\Users\Administrator.DOMAIN.000\Desktop\Test\%~nI.xml")

Where “C:\Users\Administrator.DOMAIN.000\Desktop\Test” is the path to your META files.

Change "meta" to "shared" in the command above if you're converting Shared files. 

000026246g.png

 

 

The XML files will show up in the same path!
 

000026246h.png

 

Labels (2)
Version history
Last update:
‎2022-10-27 07:47 AM
Updated by: