Hi,
I have a flat file with this kind of value - " 20140713 " . To take this value in DB Table I set the data type of this column in flat file manager - string [DT_STR] 50, But in destination table It is set as date [date] NULL
while process this file, I'm getting this error, that mention in subject line.
Please confirm, how to do that as I don't want to change the destination column type.