Hello,
I'm looking into a solution to upload the .csv file to ADLS Location, I have managed to establish the connection in ADLS with Alteryx. But the issue I'm facing while uploading the .csv file to it. Please note the file size is 3.1 GB. I'm getting the below error.
Error: Azure Data Lake File Output (2): Error while writing to csv file.- Unable to allocate 37.1 MiB for an array with shape (4865664,) and data type int64.
I have tried to upload the data by creating a batch macro to send the data in batches just to reduce the load. Even this method also not working properly. Attached the workflow for the reference.
Note:
I have tried uploading the data that includes 10000 records, I can be able to achieve it.
It would be much appreciated if you can provide your thoughts and inputs in resolving this issue.
Thanks in advance...!