How do i add multiple records in a single api call via the bulk api using the databasedotcom gem ? right now i using the normal activerecord type methods to insert which takes one api call per record
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The databasedotcom gem does not support bulk API as it is just a wrapper for the SFDC REST API
Check here: https://github.com/heroku/databasedotcom/issues/50
You will have to implement Bulk API on your own, I could not find any ruby gem for it. Here is the reference http://www.salesforce.com/us/developer/docs/api_asynch/