You need to sign in to do that
Don't have an account?
ram123
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
Fire off multiple batches of rows for processing using asynchronous calls using @future