Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Mansi1403
Contributor
Contributor

Convert .qvf to JSON

Hi,

Is there any way of converting .qvf file to json using python

Labels (1)
5 Replies
henrikalmen
Specialist II
Specialist II

I don't believe a qvf file can be converted to json with any method at all, what is it that you would like to do?

Perhaps you are thinking about qvd files - if so, this thread might be useful to you: https://community.qlik.com/t5/QlikView-App-Dev/How-to-extract-QVD-data-using-python/td-p/1398020

NadiaB
Support
Support

Hi  @Mansi1403 

By any chance could it be possible to share what are you trying to accomplish ?  Is there any specific information you are looking for about the contents of the qvf?

Kind Regards. 

Don't forget to mark as "Solution Accepted" the comment that resolves the question/issue. #ngm
simonaubert
Partner - Specialist II
Partner - Specialist II

Hello @Mansi1403 

I'm pretty sure it does not make sense to convert .qvd (qlik application format) to json, with any tool... What do you really want to do?

Best regards,

Simon

Bi Consultant (Dataviz & Dataprep) @ Business & Decision
simonaubert
Partner - Specialist II
Partner - Specialist II

Hello @ethanklein 

Sorry but your post is REALLY misleading. .qvf is not for qlikview but for qlik sense and that's two very different products.

Bi Consultant (Dataviz & Dataprep) @ Business & Decision
henrikalmen
Specialist II
Specialist II

QVF is orginally used for Qlik Sense applications, but since a few versions back Qlik View also adopted the same file extension for its apps (although qvf apps created in one of them is not ready to open in the other). The legacy QlikView application extension, still possible to use, is/was QVW.

QlikView doesn't have an engine API, does it? Qlik Sense has an Engine API. (QlikView also has API:s though.) It is possible to e.g. export data to json through API:s, but convert qvf to json? There's so much that is unclear in that question.

It's difficult to know if @Mansi1403 refers to qlikview application files or qlik sense application files - or even QVD files, if he actually wrote the wrong file extension by mistake.