Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to consolidate all error/success results into one CSV each from Bulk load. #1082

Closed
deckblad opened this issue Nov 19, 2024 · 0 comments · Fixed by #1095
Closed
Labels
enhancement New feature or request

Comments

@deckblad
Copy link

It's very time consuming and tedious to have to download 120 different success and error CSV files for one bulk insert operation that's chunked into 60 separate threads. Can you add an option to allow all those CSVs to be concatenated into one success and one error file similar to how SF's Dataloader tool does it?

TY!

@deckblad deckblad added the enhancement New feature or request label Nov 19, 2024
paustint added a commit that referenced this issue Nov 23, 2024
Allow user to stream all batch results from Salesforce in a single request to view combined results instead of having to view/download individual results, which is annoying when there are a lot of batches

resolves #1082
paustint added a commit that referenced this issue Nov 23, 2024
Allow user to stream all batch results from Salesforce in a single request to view combined results instead of having to view/download individual results, which is annoying when there are a lot of batches

resolves #1082
paustint added a commit that referenced this issue Nov 23, 2024
Allow download or viewing all records across all batches #1082
paustint added a commit that referenced this issue Nov 23, 2024
Allow user to stream all batch results from Salesforce in a single request to view combined results instead of having to view/download individual results, which is annoying when there are a lot of batches

resolves #1082
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant