Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
laxmanqlik
Creator II
Creator II

How to connect with JSON

Hello every one,

i have a requirement that i need to connect to JSON and pull the data.

can anyone let me know how to connect with JSON with qlik sense desktop.

3 Replies
petter
Partner - Champion III
Partner - Champion III

You can either use the Qlik REST Connector that comes with the Qlik Sense Desktop or the undocumented support of JSON that can be used through a normal LOAD ... FROM statement without specifying any specific connector. The latter method allows you to pull from JSON-files from the filesystem and not only through HTTP/HTTPS.

This document shows how to pull JSON data from an Amazon S3 store with the LOAD ... FROM statement:

Using Amazon S3 with Qlik Sense

laxmanqlik
Creator II
Creator II
Author

Thanks a lot Petter.

petter
Partner - Champion III
Partner - Champion III

You're welcome

If you're satisfied with the answer please mark it as answered so the thread will be closed.