Hi Barb,
Adagio allows for 3 date formats when importing. You can modify the date format on the import template to match what is in your import file.
- ACSII YYYYMMDD allows a format where either 2 or 4 digit years precede the month/day. Valid formats in the import file are "20060418" or "060418"
- Date simply means the numeric 'julian' date which is the number of days since Jan 1, 1900. This is how excel stores internally, though it can be displayed differently. 38825 is an example of this.
- WinFormat allows the Windows Short Date format to be used, meaning that if you are used to dates in a certain format, you can set this up. Sometimes M/d/yyyy is a format, so "4/18/2006" would be allowed.
It is important to see what the value is in the Excel (or CSV) file, then match the import template field format to that.
Andrew's suggestion of a 'default date' value is good if all records will have the same value.