function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
klocworkklocwork 

Can't insert or upsert Contracts using the dataloader

Hello,

 

I'm working on migrating data out of our legacy systems and am having a heck of a time as I can't seem to get the dataloader to bring in Contract records.  Everytime it runs the file it says it completes, with 0 errors and 0 successes.  The file I am using has 1928 records, and the data loader sees the records as it reports that that will be the total as soon as I point @ the csv

 

The file structure I am using includes:

InTouch_Installation_ID__c

InTouch_Account_ID__c

AccountID

DivisionID__c

Status

CustomerSignedDate

ActivatedDate

EndDate

CustomerSigned

ContractTerm 

 

Can anybody shed light on WHY the data loader isn't reporting errors, and is not importing any records?

 

Thanks!

Best Answer chosen by Admin (Salesforce Developers) 
shruthishruthi

Check for date or date/time fields before inserting or upserting the records. If you have 'Z' in the date/time field, remove it!