wrong Dates values in ssis
问题 I am working with ssis. I have a column that contains date in format integer YYYYMMDD : For example to day I get 20190214 .I am using derived column to convert it in format date YYYY-MM-DD in my case for example 2019-02-14 But sometimes I receive wrong values for example 20188101 . How could I test that I have good values to be converted to date? 回答1: There are 3 methods to achieve that (1) Using Another Derived Column Beside of the first Derived COlumn, you can add another derived column