You need to sign in to do that
Don't have an account?

Automate the reading of text files and update SF records
I have a requirement to read multiple files that will be placed on a network drive on a daily basis and update Salesforce records with the data from the file. These are csv files with each value in quotes (to handle the commas in the values).
The process should be automated. Looking for suggestions on possible ways of implementing this. Any code samples will be appreciated.
Thanks in advance.
The process should be automated. Looking for suggestions on possible ways of implementing this. Any code samples will be appreciated.
Thanks in advance.
I guess with command line data loader you can achieve this.
Regards
Prad
https://developer.salesforce.com/page/Using_Data_Loader_from_the_command_line
https://developer.salesforce.com/docs/atlas.en-us.dataLoaeder.meta/dataLoader/using_the_command_line_interface.htm
Let me know if it is worked for you.
Regards
Prad
I guess I am looking for suggestions on possible ways/work arounds to access the files on network drive from a scheduled apex job.
Thanks.