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

Bulk data update / upsert
Hello,
I have data on CSV format that needs to sync with salesforce object. I know i can use Data loader as batch update but i would like to make this an automation.
The CSV contains the value as External Id (that related with object's custom field)
How can i update / upsert the CSV file every hour / other times to SF object? Bulk API or Schedule APEX class?
Can someone please provide an example code to kick off?
Thanks,
I have data on CSV format that needs to sync with salesforce object. I know i can use Data loader as batch update but i would like to make this an automation.
The CSV contains the value as External Id (that related with object's custom field)
How can i update / upsert the CSV file every hour / other times to SF object? Bulk API or Schedule APEX class?
Can someone please provide an example code to kick off?
Thanks,
http://www.forcetree.com/2010/08/read-and-insert-records-from-csv-file.html
@ James, I do use Jitterbit's for some adhoc update to SF. As i said i would like to make this process an automation without any user inputs. Means I can't run the jitterbit application locally everytime and the schedule job on jitterbit won't execute by itself if the application hasn't active locally.
So i am looking an apex class or bulk API script to tackle the situation. Any example available?