Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is there any way of converting .qvf file to json using python
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
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.
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
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.
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.