Monday, 6 May 2019

Slaesforce Bulk API Query with Primary Key (PK) Chunking useing Mule4

Among the many powerful connectors Mule Soft has its repository, the Salesforce connector is one of the most used. I've used the Salesforce connector to update and insert (upsert) data into sObjects using both the SOAP API and Bulk Query API, but recently, we got a requirement to get an export of some of the Salesforce objects.


before going to actual discussion let see what is bulk Query API

Bulk Query

Use bulk query to efficiently query large data sets and reduce the number of API requests. A bulk query can retrieve up to 15 GB of data, divided into 15 1-GB files. The data formats supported are CSV, XML, and JSON.

No comments:

Post a Comment