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
karthikeya 2karthikeya 2 

Insert large records using CSV File in Visual force page?

Hi All,

i am trying to insert records for custom object using CSV File in Visual force page. But i am not able to insrt 200 records at a time.
i can use dataloader but its my requirement

I am trying with this refence link.
http://www.sfdcpoint.com/salesforce/import-csv-file-using-apex-visualforce/

Please help me to insert 6000 records in object.

Thanks in advance.
Ajay Ghuge 6Ajay Ghuge 6
Hi ,

Can you tell what error you are getting while performing DML operation ?

Regards,
Ajay