
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Convert Qliksense App to JSON file
Hi ,
Is there any way to export qliksense application as JSON file.
Accepted Solutions


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Help users find answers! Don't forget to mark a solution that worked for you!


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Help users find answers! Don't forget to mark a solution that worked for you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
