The bulk-api tag has no wiki summary.
0
votes
1answer
34 views
Setting field value to Null when using Bulk API
I am trying to create a Data Load Tool similar to Data Loader which will upload the data from a CSV file to Salesforce. This tool is built using java and using "Bulk API". While this tool works fine, ...
4
votes
1answer
43 views
Is there a way to know if a bulk query result was truncated due to size limit?
The documentation says that bulk queries' results are limited in size. http://www.salesforce.com/us/developer/docs/api_asynch/Content/asynch_api_concepts_limits.htm
However I can't find any ...
4
votes
1answer
106 views
Bulk api query batch size limit is 10,000 records
When running bulk api query, batch size limit is 10,000 records (from documentation: A batch can contain a maximum of 10,000 records.)
What can I do if my query result is bigger than 10000, how can I ...
1
vote
2answers
23 views
Report showing incorrect total
I have just imported a load of records using Bulk API
Bulk API log says - X
SOQL says - X
Report says - Y
Filtering is the same across the board.
Any ideas?
Thx
3
votes
1answer
80 views
How to handle NULL values when inserting with the Dataloader(.io)
I'm uploading records with the amazing dataloader.io and have a hard time to upload some records with NO value for optional fields. What do I have to put in those fields?
#N/A
'null'
NULL
''
""
0
...
2
votes
0answers
49 views
Problem creating Job in Bulk API
I have been successfully able to use REST API for my application but I found that Bulk API will be better for my application. So, now I am trying to switch to Bulk API but I am stuck at the first ...
0
votes
2answers
138 views
Creation of Batches from CSV resulting in erroneous state
I'm trying to make batches from a CSV file written using CSVWriter of opencsv as:
CSVWriter writer = new CSVWriter(new FileWriter(filePath+createFileName), ',', CSVWriter.DEFAULT_QUOTE_CHARACTER);
...
1
vote
1answer
80 views
Bulk API Unescaped Quotes
I am trying to read the result from my Bulk API job I have successfully submitted to Salesforce.
When I call my CSVReader.nextRecord() I get the following error:
Exception in thread "main"
...
4
votes
3answers
120 views
How can I *automatically* “restore” a sandbox environment with exactly the same data set?
I would like to be able to automatically "restore" a sandbox (actually developer org) with the same set of data. The org will be used for in-house training purposes, and the idea is that at the end of ...

