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: 
tcrmmt
Contributor
Contributor

JSON-- not getting all the records from Json file

Json file has following content:

{"make": "Telsa", "model": "Model S", "price": 71000.00, "style": "sedan", "kind": "electric"}

{"make": "Audi", "model": "A3 E-Tron", "price": 37900.00, "style": "luxury", "kind": "hybrid"}

{"make": "BMW", "model": "330e", "price": 43700.00, "style": "sedan", "kind": "hybrid"}

When processed getting only one record as output

TOS ver 7.1.1

0693p000009rHe7AAE.jpg

0693p000009rHegAAE.jpg

1 Solution

Accepted Solutions
pakapi_
Creator
Creator

I think it's because it's not valid JSON. You have multiple root elements.

 

 

View solution in original post

1 Reply
pakapi_
Creator
Creator

I think it's because it's not valid JSON. You have multiple root elements.