How Bulk API Works
Install cURL
Find Field Names
Valid Date Format in Records
Limits
Map Data Fields
Bulk API End-of-Life Policy
Previous PDF Versions
After you set up your client, you can build client applications that use the Bulk API. Use the following sample to create a client application. Each section steps through part of the code. The complete sample is included at the end.
You can:
describeSObjects() call in the SOAP API Developer Guide, or the sObject Describe resource in the REST API Developer Guide.To find an object’s field name in Salesforce Setup:
Object Manager. Click Object Manager.Field Label to find the field name.For a standard field, use the Field Name value as the field column header in your CSV file.
For a custom field, use the API Name value as the field column header in a CSV file or the field name identifier in an XML or JSON file. (To find the API Name, click the field name.)
See Also