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
ram123ram123 

Large CSV File import

I have csv UI which parses CSV data and shows in UI for user to review before they submit. Currently I hit the limitation of maximum of 1000 rows,  This is meant to be for business user, so Data Loader is not an option.

 

What are some of the option alteast to support upto 3-5k of rows?

 

Thanks

Ram

 

EnthEnth

Fire off multiple batches of rows for processing using asynchronous calls using @future