• Use a derived column to convert the datestring to the format yyyy-mm-dd RIGHT(thedate,4) + "-" + SUBSTRING(thedate,4,2) + "-" + SUBSTRING(thedate,1,2) as a unicode string (DT_WSTR) then convert that (data conversion) do a date (dt_date). This is what works for me.