Large JSON data sample
-
I have a JSON with more than 16,000 lines and when I make a request I get a PDF with only blank pages. I'm afraid that jsreport doesn't support a file this large. Does anyone have any idea what may be happening?
-
if there is a problem with data input being too large then you are expected to receive an error, not a blank page (which usually indicates there is some wrong code in your template). you can share an export file of your template and data if you are sure there is nothing wrong in the template
-
@bjrmatos well, it seems that the problem is when I make the template request. I'll see if there's a problem on the backend. thanks
-
I'm regularly generating reports from JSON which is 100,000 - 200,000 lines (formatted json), i.e. 20-40MB. These reports takes time to generate (sometimes many minutes), but the input size is not a problem.
-
thank you @msageryd