Loading

Bulk API 2.0 returns failed and success results with empty field values

게시 일자: Oct 13, 2022
상세 설명
After uploading the records in Salesforce using the Bulk API v2.0. We can retrieve jobs successful/failed results by making a call to below resources and it returns the result for the field data for the row that was provided in the original job data upload request.

Retrieve a list of successfully processed or failed records for a completed job.
/services/data/vXX.X/jobs/ingest/jobID/successfulResults/
/services/data/vXX.X/jobs/ingest/jobID/failedResults/
You may notice or receive blank value (" ") for the fields when hitting the resources for failed / success results although the same was provided in the CSV file.

Get Job Successful Record Results
Get Job Failed Record Results
솔루션
This can happen if you've supplied the field names in the CSV file header different (case sensitive) than Object's Field API name (e.g Name vs name or Description vs description).

This may not throw error for record Create/Update operation. However, when hitting the resources to return the results for success/failure it may not return the results for the field and will show empty string instead.

Prepare CSV Files
Knowledge 기사 번호

000380583

 
로드 중
Salesforce Help | Article