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
bujjibujji 

updating a csv file or excel file using apex class

Hi,

 

I have the requirement like every day i have to update or insert some thousands of records in a csv or excel file.

By using Scheduling apex class. Is there any way to do it.

 

If it is please send me the code.....Very Very Urgent..

 

 

Thanks in advance.

JeffStevensJeffStevens

I don't think you'll be able to do thousands in apex.  You'll have to use dataloader.

Richa KRicha K

Update or insert to a CSV or From CSV to salesforce?