Forum Discussion

sg_sripathi's avatar
sg_sripathi
New Contributor III
6 years ago

Salesforce Bulk snap packs

Hi,

Could you please tell me the difference between Salesforce Bulk Create snap vs. Salesforce Create snap with Bulk API mode configuration?

I see one difference with account configuration, but not sure why it had to be a seperate snap?

Regards,
Sripathi

2 Replies

  • Hi,

    Here are the some reasons, why we created new snaps instead of using existing ones.

    1. Bulk API 2 Supports from version 41.0 onwards.
    2. Bulk API 2 supports OAUth2 account.
    3. Bulk API 2 does the batching automatically. So no need to have Batch Size property.
    4. For Bulk V2, we don’t need to attach the Poller snap for fetching results.
    5. Bulk V2 suports CSV format only, where as Bulk V1 json and XML.
    6. Bulk V2 supports create,update,upsert,delete and query(from version 47.0) but not Query All.
    7. And we do not need the below 3 properties also for Bulk V2.
      Null setting with Bulk API
      Bulk API serial mode
      Standardize error output

    So to avoid all the above confusions, we decided to create new Snaps, which will be easier for User to access.

    Here is some reference related Bulk V2 : Slim Down with the New Bulk API v2 | Salesforce Developers Blog

    Thanks,
    Sushma

  • sg_sripathi's avatar
    sg_sripathi
    New Contributor III

    Thanks for the clarification, much appreciated.

    Regards,
    Sripathi