RE: Import Error Cannot parse input data string -
07-09-2004
, 04:56 PM
Hi Mike,
The problem lies in the Date Time String that you have specified in the
Transform Data Task Properties for the Sample_Time field.
Instead of MM/dd/yyyy hh:mm:ss.ffff tt specify MM/dd/yyyy HH:mm:ss.ffff
This is because the source file contains the data in 24 hours format. The
HH would indicate hours in 24 hours format, whereas hh would indicate the
same in 12 hours format.
HTH
Ashish
This posting is provided "AS IS" with no warranties, and confers no rights. |