You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same fields excluded consistently from the CSV import file when using the bulk API
I do a comparison of both orgs and the fields are there.
then Export, and the field has data in the JSON
I import using the BulkAPI, and those fields are not populated.
I've pulled down the request.csv, and those fields are not in the CSV
The same command using the standard API uploads those fields fine.
It appears that if the first record in the sobject__c.json has null or false as the value, then that field is not loaded for ANY record.
The text was updated successfully, but these errors were encountered:
I have the same fields excluded consistently from the CSV import file when using the bulk API
I do a comparison of both orgs and the fields are there.
then Export, and the field has data in the JSON
I import using the BulkAPI, and those fields are not populated.
I've pulled down the request.csv, and those fields are not in the CSV
The same command using the standard API uploads those fields fine.
It appears that if the first record in the sobject__c.json has null or false as the value, then that field is not loaded for ANY record.
The text was updated successfully, but these errors were encountered: