thses are the erros
TITLE: Microsoft Visual Studio
------------------------------
Error at Categorization [Derived Column [27562]]: Error code 0x80040E21 occurred attempting to convert from data type DT_WSTR to data type DT_DBTIMESTAMP2.
Error at Categorization [Derived Column [27562]]: Casting expression ""1900-01-01"" from data type "DT_WSTR" to data type "DT_DBTIMESTAMP2" failed with error code 0xC00470C2.
Error at Categorization [Derived Column [27562]]: Computing the expression "ISNULL(BLOOM_ISSUE_DT) ?(DT_DBTIMESTAMP2,7)"1900-01-01" : UPPER(TRIM(BLOOM_ISSUE_DT))" failed with error code 0xC00470C4. The expression may have errors, such as divide by zero, that cannot be detected at parse time, or there may be an out-of-memory error.
Error at Categorization [Derived Column [27562]]: The expression "ISNULL(BLOOM_ISSUE_DT) ?(DT_DBTIMESTAMP2,7)"1900-01-01" : UPPER(TRIM(BLOOM_ISSUE_DT))" on "input column "BLOOM_ISSUE_DT" (143906)" is not valid.
Error at Categorization [Derived Column [27562]]: Failed to set property "Expression" on "input column "BLOOM_ISSUE_DT" (143906)".
------------------------------
ADDITIONAL INFORMATION:
Exception from HRESULT: 0xC0204006 (Microsoft.SqlServer.DTSPipelineWrap)
------------------------------
BUTTONS:
OK
------------------------------
and i changed my line to
ISNULL(BLOOM_ISSUE_DT) ?(DT_DBTIMESTAMP2,7)"1900-01-01" : UPPER(TRIM(BLOOM_ISSUE_DT))