The import process includes two default validation checks.
- Data Type:Prohibits importing alpha characters into a numeric field.
- Data Length:Prohibits importing a field longer that specified in the database schema.
Additional validations can be manually added in the Entity Edit functionality or in the Import Format field mapping definition.
In the example in the Import Request section, the Import request ended in Error. Select the View Messages or View Log icons to reveal descriptions of the error.
In this case, the CustomerId value was 48 characters, but the InCustomer.CustomerId field has a limit of 30 characters.
Hint
Avoid relying on errors in Import Requests to ensure data integrity, as errors cannot be resolved in the user interface. The record(s) in error will need to be identified/resolved and reimported in another Import Request. The best practice is to add validations as part of the post process so the errors can be corrected in the user interface if possible.