Overview:
When data loading Person Account records, the following error message appears: Error received from salesforce.com. Message [Account: bad field names on insert/update call: Name].
Root Cause:
There are Incorrect Field Mappings.
Solution:
When loading Person Account records, only the FirstName and LastName fields are mapped.
The Name field is automatically populated by Salesforce as a concatenation of the FirstName and LastName fields.
Related Documentation:
N/A