Newer Version Available
Sample CSV File
The following CSV sample includes two records for the Contact object. Each record contains six fields. You can include any field for an object that you're processing. If you use this file to update existing accounts, any fields that aren't defined in the CSV file are ignored during the update. You must include all required fields when you create a record.
1FirstName,LastName,Title,ReportsTo.Email,Birthdate,Description
2Tom,Jones,Senior Director,buyer@salesforcesample.com,1940-06-07Z,"Self-described as ""the top"" branding guru on the West Coast"
3Ian,Dury,Chief Imagineer,cto@salesforcesample.com,,"World-renowned expert in fuzzy logic design.
4Influential in technology purchases."Note that the Description field for the last record includes a line break, so the field value is enclosed in double quotes.