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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
rohitk1609
Master
Master

Load Local Json file to Qlik Sense

Hi techies,

I have a use case where I need to load json data into Qlik. my json file is locally stored. I am sharing the json data below because I can't load json file here. please copy and paste below data in note pad and save it with .json format.

{
"CountLogs": [
{
"Counts": [
{
"Name": "Line 1",
"RegisterId": 0,
"Value": 121
},
{
"Name": "Line 2",
"RegisterId": 1,
"Value": 127
},
{
"Name": "Zone 1",
"RegisterId": 2,
"Value": 156
},
{
"Name": "ABC",
"RegisterId": 3,
"Value": 382
},
{
"Name": "LineExclude",
"RegisterId": 4,
"Value": 125
}
],
"LogEntryId": 353493,
"Timestamp": "2018-12-03T14:21:00Z"
}
],
"FriendlyDeviceSerial": "20025"
}

 

Thanks,

Rohit 

Labels (1)
0 Replies