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
jeremyyjeremyy 

Creating a CSV Exporter that can handle > 1k records

I've written a simple VF page that exports records in a CSV format using an <apex:repeat> element. I've run into the problem that VF elements can only iterate over collections with size <= 1000. This seems to be a hard limit and I can't seem to think of an alternative solution. 

 

Has anyone solved this problem? Any ideas are appreciated.

 

Jeremy