eltoroit / ETCopyData

SFDX Plugin to populate your scratch org and/or developer sandbox with data extracted from multiple sObjects.
113 stars 23 forks source link

Missing fields from CSV in bulk API #52

Open dmchaplin opened 1 year ago

dmchaplin commented 1 year ago

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.