Yes. Salesforce provides an additional API, Bulk API 2.0, which uses the Force.com REST API framework to provide similar capabilities to Bulk API. Use Bulk API 2.0 instead of Bulk API if you want a simplified process for inserting, updating, upserting, or deleting large sets of data. Bulk API 2.0 does not currently support query or queryAll.
Gaurav - six months later, also searching for this answer but not finding any details. I am guessing that an update to the data loader code is required for it to either point to Bulk API V.2 or provide a selector option for V.1 or V.2.
Hopefully, the Salesforce PM for Data Loader can chime in on this topic.
Hello I also would like to know if I can use 2.0 in Data Loader and wondered if we ever got an answer to this. Currently we have a process where we use a VB Script to pull data from SQL and then use the command line bin file for Data Loader to push the data into Salesforce via Windows Task Scheduler. If data loader tool can handle v2 then I would be able to change easily to the new API.
Salesforce provides an additional API, Bulk API 2.0, which uses the Force.com REST API framework to provide similar capabilities to Bulk API. Use Bulk API 2.0 instead of Bulk API if you want a simplified process for inserting, updating, upserting, or deleting large sets of data. Bulk API 2.0 does not currently support query or queryAll.
Try this - https://developer.salesforce.com/docs/atlas.en-us.dataLoader.meta/dataLoader/loader_configuring_bulk_api.htm
Thanks,
Kushi
Hopefully, the Salesforce PM for Data Loader can chime in on this topic.