I have a text file that I am trying to import that has the date in the following format "05/14/03 04:54:00 PM". I have the advance import specs setup as MDY, with the / as date sep, unchecked 4 digit years and checked leading zeroes in the date.
Every time I import I get a type conversion error on these dates. If I open in Excel first and save as a Excel speadsheet then import this, then the dates are brought in correctly.
I am tring to automate this and need to be able to import the text file without the Excel step.
Thanks in advance.