Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
GOKULAKANNAN
Creator II
Creator II

Convert Qliksense App to JSON file

Hi ,

Is there any way to export qliksense application as JSON file.

Labels (2)
1 Solution

Accepted Solutions
Chip_Matejowsky
Support
Support

Hello @GOKULAKANNAN,

Your query has been asked previously. Have a look at this thread: https://community.qlik.com/t5/App-Development/Convert-qvf-to-JSON/td-p/2039825.

Another option would be to first convert the .QVF file to .CSV using the STORE command, and then using one of the many available free file converters, convert the .CSV file to .JSON.

Best Regards 

Principal Technical Support Engineer with Qlik Support
Help users find answers! Don't forget to mark a solution that worked for you!

View solution in original post

6 Replies
Chip_Matejowsky
Support
Support

Hello @GOKULAKANNAN,

Your query has been asked previously. Have a look at this thread: https://community.qlik.com/t5/App-Development/Convert-qvf-to-JSON/td-p/2039825.

Another option would be to first convert the .QVF file to .CSV using the STORE command, and then using one of the many available free file converters, convert the .CSV file to .JSON.

Best Regards 

Principal Technical Support Engineer with Qlik Support
Help users find answers! Don't forget to mark a solution that worked for you!
edwin
Master II
Master II

actually there is kind of a way to do that.  but it may be a bit tedious and you focus on what exactly you want.  the APP API allows you to get the load script, object list, object properties, etc.  maybe one of these methods will get you want you want:

https://help.qlik.com/en-US/sense-developer/February2024/Subsystems/APIs/Content/Sense_ClientAPIs/Ca...

you can then build your JSON file based on what you want.

the question would be why do you want your app in JSON format?
  

edwin
Master II
Master II

the variable API gets the variables for you.  one thing i think is missing that is was looking for back then was the master item definition.  so you just have to look at the APIs to see what you are looking for. 

GOKULAKANNAN
Creator II
Creator II
Author

Hi @edwin ,

Thanks for the reply, Actually am trying for a versioning using bitbucket for our apps, I want to build it basically without using any 3rd party apps, and by using only native functions and automation in qliksense, Also trying another way to export the app into JSON and save that in the GCS bucket.

leoncharle72
Contributor
Contributor

Hi Gokulakannan! You can export a Qlik Sense app as JSON using the Qlik Sense API. Check out the Blog Buzzz documentation for details on how to achieve this.

GOKULAKANNAN
Creator II
Creator II
Author

Hi @leoncharle72 ,

Thanks for the reply, I couldn't find any article in the given link, can you please provide me the link to verify?