Hi
I have a date field value as 201605100001(unicode DT_WSTR as data type) and i want to move this value to
a field whose data type is datetime(2016-05-10 00:00:01). I read this can be done by splitting the records. what is the best way to achieve this in SSIS?
Thanks