Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
I think it's because it's not valid JSON. You have multiple root elements.
I think it's because it's not valid JSON. You have multiple root elements.