Skip to content

Add Bulk API 2.0 support#778

Merged
cwarden merged 1 commit intoForceCLI:masterfrom
cwarden:bulk2
Mar 19, 2026
Merged

Add Bulk API 2.0 support#778
cwarden merged 1 commit intoForceCLI:masterfrom
cwarden:bulk2

Conversation

@cwarden
Copy link
Copy Markdown
Member

@cwarden cwarden commented Mar 19, 2026

Implement a new bulk2 command supporting Salesforce Bulk API 2.0 for
data loading and querying operations. Bulk API 2.0 is REST-based (unlike
1.0's SOAP/XML), uses CSV-only data format, and handles batch splitting
automatically.

Features:

  • Data loading: insert, update, upsert, delete, hardDelete operations
  • Query support with pagination and queryAll for deleted/archived records
  • Interactive TUI mode for monitoring job progress
  • Job management: status, list, results, abort, delete
  • Configurable delimiters (COMMA, TAB, PIPE, SEMICOLON, CARET, BACKQUOTE)
  • Configurable line endings (LF, CRLF)

Implement a new `bulk2` command supporting Salesforce Bulk API 2.0 for
data loading and querying operations. Bulk API 2.0 is REST-based (unlike
1.0's SOAP/XML), uses CSV-only data format, and handles batch splitting
automatically.

Features:
- Data loading: insert, update, upsert, delete, hardDelete operations
- Query support with pagination and queryAll for deleted/archived records
- Interactive TUI mode for monitoring job progress
- Job management: status, list, results, abort, delete
- Configurable delimiters (COMMA, TAB, PIPE, SEMICOLON, CARET, BACKQUOTE)
- Configurable line endings (LF, CRLF)
@cwarden cwarden merged commit 8b3ad81 into ForceCLI:master Mar 19, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant