Forum Discussion
Sibrulotte
5 years agoHelper IV
JSON File: reached end of buffer
Hi, I have a JSON file retrieved from a POST call in Postman. This JSON file was parsed successfully once in my main file, and I was a happy camper. Unfortunatly, the next day, I refreshed the ...
- 5 years ago
Well I have been able to locate the problem:
The POST call returns an incomplete response thus incomplete JSON file is saved.
It seems to be an issue with my data provider.
So moral of the story is: incorrect JSON format will give an end of buffer memory error.
Thank your for your time.
parry2k
5 years agoSuper User
Sibrulotte not sure why you get this buffer error, can you share a sample pbix file? What kind of transformation are you doing if any? Do you happen to know how many records are in the file?