Learn Bulk API to load thousand to million of rows into Salesforce

Поделиться
HTML-код
  • Опубликовано: 11 дек 2024

Комментарии • 13

  • @manishk007
    @manishk007 Год назад +1

    god blesss you bro for uploading this

  • @ramyaravi7060
    @ramyaravi7060 Год назад +1

    very clear explanation. thank you so much

  • @warriorx86
    @warriorx86 2 года назад +2

    Good overview. Thanks

  • @prithvichetty15
    @prithvichetty15 9 месяцев назад +1

    Great video thank you so much

  • @chakrireddy
    @chakrireddy 6 месяцев назад

    Hello Sir, at 26:23 second point to process 1 lac records, don't we need only 10 batches as each batch can accommodate 10k records?

  • @shravanisatishphadke7512
    @shravanisatishphadke7512 Год назад +1

    Could please share some input on if we want to schedule the import of data using bulkAPI2.0, say monthly once(here we want to extract data from one object and want to store it to a bigObject monthly once) How we can achieve this?

    • @salesforcemusketeer3568
      @salesforcemusketeer3568  Год назад +2

      If you want to store data from one object of Salesforce into big object then use Batch apex and schedule it monthly . There is no need of bulk api as data reside within salesforce

  • @PramodYadav-il2gk
    @PramodYadav-il2gk Год назад

    Good morning sir
    plzzzz tell me mujhe salesforces object ke andar ek field bnanan hai jo ki data kisi external object se le kar aye . kya ye possible hai or me kya search kru net pe ?

  • @aliens_are_realll
    @aliens_are_realll Год назад

    How field mapping is done??

  • @jerryjeremy4038
    @jerryjeremy4038 Год назад

    What if you dont want duplicates, what to do?

  • @anuragtiwaskar4249
    @anuragtiwaskar4249 10 месяцев назад

    {
    "errorCode": "BULK_API_ERROR",
    "message": "Wrong content-type for batch (text/plain), job is of type: text/csv"
    } getting this error after calling upload job api...although the create response is same and also the body in upload is same as video

  • @tanmoydas6677
    @tanmoydas6677 Год назад

    is it the same BulkEngine ?

    • @salesforcemusketeer3568
      @salesforcemusketeer3568  Год назад

      Not sure,. if you find the answer, then please write here so that everyone knows.