Date type field value in Excel import is incorrectly set on the target table for some users with an invalid dateIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms of this issue is the User's profile Date Format impacting the Excel import of Date type field, creating invalid dates on the target table. Release1. Staging table with the 'String' type field (eg: WarrantyExpiration field in the screenshot below) for the data coming from date to get transformed on the Target table. 2. Transform map field mapping as below: 3. Set the Date format of the user who is running the import something different from "YYYY-MM-DD" format (eg: dd-MM-yyyy) as shown in the screenshot below: CauseThe Date format in the Staging table is "dd-MM-yyyy", based on User's profile date format, but the Date Format set on the Transform map field mapping for the source field is "yyyy-MM-dd", therefore causing a mismatch issue. NOTE: Out of the Box, ServiceNow instances look at the User's profile date format when the date format is set on the spreadsheet which is getting imported, and import the date value in the User's profile date format in the staging table.ResolutionThere can be the following alternative solutions to this issue: Empty out the Date Format from the Transform map field mapping for the filed which is bringing the Date value.Remove the date format from the Date column of the Excel itself.Convert the Excel file to CSV and then run the import. This will correctly set the date in the staging table as there is no date format on CSV.