Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW

Is it possible to interpret JSON data directly with Qlik Script when it does not come from a REST API?

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

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:

Sonja_Bauernfeind

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:

  1. Use the Qlik Web Connectors: General Web Connector
  2. Host the JSON file on a web server, where the JSON file can be access via a http or https URL
  3. 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.

Labels (1)
Comments
p_verkooijen
Partner - Specialist
Partner - Specialist

Or use the QlikWebconnectors.
General Web Connector can read JSON files from your local machine.

https://help.qlik.com/en-US/connectors/Subsystems/Web_Connectors_help/Content/Connectors_QWC/Data-So...

  • Allows you to read files (for example, JSON files) directly from your local machine.

p_verkooijen_0-1625826006943.png

 

Contributors
Version history
Last update:
‎2022-11-30 05:12 AM
Updated by: