Closed yarlanda closed 10 months ago
@yarlanda did you try to download the blob first and then read it ?
@arroyc yes I did and the file is not partial. I tried to do it in powershell it does read the file correctly.
Hi @yarlanda , are you still facing this issue?
If you haven't tried it before, I'd also recommend using the Azure Blob Storage client library for large files. Here's the doc ref: Quickstart: Azure Blob Storage client library for Python
So I am using the Blob Trigger Functions. When the function is triggered, it reads the blob in question for further processing. Typically the files that are uploaded are 300 KB in size with 3000+ lines and are in XML format. When I use the .read() method to read the file, I only get partial data. Below is my code
Github does not allow me to upload an XML file but I can provide one if needed
Am not sure if this is a limitation or that there is another way to do it.
Thanks for your help on this