HI,
Getting issue in following expression in Derived col.
(DOB_DT == (DT_DATE)"12/31/9999" || YEAR(DOB_DT) < 1753) ? NULL(DT_DATE) : DOB_DT
[Derived Column [104]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "Derived Column" failed because error code 0xC0049067 occurred, and the error row disposition on "Derived Column.Inputs[Derived Column Input].Columns[DOB_DT]" specifies failure on error. An error occurred on the specified object of the specified component. There may be error messages posted before this with more information about the failure.Any thoughts how to handle <1753 year? Please suggest
Porus