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?
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
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 ?
{ "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
god blesss you bro for uploading this
very clear explanation. thank you so much
Good overview. Thanks
Great video thank you so much
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?
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?
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
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 ?
How field mapping is done??
What if you dont want duplicates, what to do?
{
"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
is it the same BulkEngine ?
Not sure,. if you find the answer, then please write here so that everyone knows.