I have a CSV falt file I'm trying to import using SSIS. The date string is in the format 20170215T000002 - this looks like ISO 8601, so I'm pretty sure I should just be able to map it to a datetime column type in SQL, but I lose all of the time data and just get the date component (correctly parsed).
Any advice on how to get this text element into a datetime format in SQL?