Salesforce Bulk API Data Loader

Performs high-volume data operations using the Salesforce Bulk API 2.0. Creates ingest jobs with createJob(), uploads CSV batches, and monitors job status via getJobInfo() for millions of records.

agentskillexchange Updated 28 repo stars

File contents

Salesforce Bulk API Data Loader

Performs high-volume data operations using the Salesforce Bulk API 2.0. Creates ingest jobs with createJob(), uploads CSV batches, and monitors job status via getJobInfo() for millions of records.

Installation

Requirements and caveats from upstream:

  • Salesforce API Library for JavaScript applications (both on web browser and Node.js)
  • JSforce (f.k.a. Node-Salesforce) is an isomorphic JavaScript Library utilizing Salesforce's API: It works both in the browser and with Node.js.
  • Node-specific release

Basic usage or getting-started notes:

Documentation

Source

agentskillexchange/skills/tree/main/skills/salesforce-bulk-api-data-loader commit cb22208954

Frequently asked questions

npx skillmds@latest add agentskillexchange/salesforce-bulk-api-data-loader