Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Ajeeth11
Contributor II
Contributor II

load local json file to qlik sense

Hi All,

I have a requirement that i need to pull  local JSON file to qlik sense desktop.

But that JSON file is in nested structure. So i can't fetch the records from file. please he

Can you please give suggestions for  fetching all records from JSON file?

Thanks,

Ajeeth

 

 

Labels (2)
3 Replies
Gysbert_Wassenaar

I think you'd have to install a local webserver so you can access it with QS as a web document. A local file won't work if the json file has a nested structure like you indicate.


talk is cheap, supply exceeds demand
Ajeeth11
Contributor II
Contributor II
Author

Thanks for your response. Still, I am not clear about local webserver. Could you please suggest the local webserver name to be installed and next process.

One more doubt. Why QS works for simple local json file but not for nested json? Please help me out.
Gysbert_Wassenaar

Could be anything. Perhaps you already have node or python installed. Then you could use that.
Simple local json files work because of an undocumented feature: https://community.qlik.com/t5/Qlik-Sense-Data-Connectivity/Is-it-possible-to-load-de-local-JSON-file...


talk is cheap, supply exceeds demand