function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
stuartgstuartg 

Processing large CSV files

Hi,

I need to process a CSV file that's returned from a webservice as a base64 encoded soap message body. The file itself could be up to around 5MB - any advice on the best approach? I'm particulaly thinking of ways of handling the max heap size/string size.

 

Thanks

_Prasu__Prasu_

I dont think you would be able to catch the response of that much large size. Did you checked the governer limits? Request can at max of 2MB size. So may be there should be some limit on Response size too.