Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to load a simple JSON file using:
File: LOAD * FROM [<filelocation>] (json)
This works as long as the number of rows is less than 3.000.000.
The file contains 10 fields and is just under 700.000 KB in size at the 3 million records mark.
Is there some kind of limitation when loading JSON files?
Kind regards
Hi !
Acording the documentation, the limits are only about columns and tables in Qlik Cloud
https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/working-with-J...
---