Data import ignored "No field values changed"Issue File-based data import not creating new records. Data is correct in the file but the record is "ignored" with error "no field values changed."ReleaseAllCauseDatatype mismatch between source and target table column mapping. Date/Time field type is mapped to the string or vice-versa. Or it could be date/time format.ResolutionCheck field mapping datatypes, especially date/time fields and their format. For example: Source table "u_source_manufacture_order" have fields 'Due Date' and 'Start Date' type as String. Whereas target table "u_manufacture_order" has fields "Expected Starte" and "Expected Delivery" types as Date/Time.Change the type of fields 'Due Date' and 'Start Date' on source table "u_source_manufacture_order" to Date/Time.