DTS and Excel dates -
11-04-2003
, 06:00 PM
I have an external Excel spreadsheet which I am importing
via DTS.
The spreadsheet is divided into sections and therefore the
format of each section is different.
I've overcome most of the issues this raises, but one
remains. Seemingly the DTS engine makes it's decisions of
a rows type based on a sample using the first 8-10 rows. I
have a column that starts as numeric and further down
becomes a date. When I pull in this column it insists on
being a number rather than a date. Any ideas on how I can
force DTS to recognise this as the date it is?
(This happens in a data transform task, and I don't want
to use the Excel object, because this runs on the server) |