
Anonymous
Not applicable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is it possible to interpret JSON data directly with Qlik Script when it does not come from a REST API?
Last Update:
Nov 30, 2022 5:12:56 AM
Updated By:
Created date:
Jun 12, 2018 9:52:59 AM
Is it possible to interpret JSON data directly with Qlik script when it does not come from a REST API?
Environments:
QlikView
Qlik Sense Enterprise on Windows
There is no way to interpret JSON data directly in the Qlik script. Simply the functionality - a parser - does not exists in Qlik Engine.
In order to load JSON data, please consider:
- Use the Qlik Web Connectors: General Web Connector
- Host the JSON file on a web server, where the JSON file can be access via a http or https URL
- Load the URL into QlikView or Qlik Sense using Qlik REST connector
REST connector is included in the default installation of Qlik Sense. For QlikView, REST connector can be downloaded from Qlik download site.
For more information about the REST connector see REST Connector.
5,441 Views
Comments

Partner - Specialist II
2021-07-09
06:20 AM
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Or use the QlikWebconnectors.
General Web Connector can read JSON files from your local machine.
- Allows you to read files (for example, JSON files) directly from your local machine.