I have a date filed comparing with another date field like:
expression:
(ISNULL([StartDate])?" " :(DT_WSTR)([StartDate])) != (ISNULL([StartDate_dest])?" " :(DT_WSTR)([StartDate_dest]))example : value of Startdate: 2012-10-11 00:00:00.000
Error message:
[Conditional Split [1089]]: Attempt to parse the expression "(ISNULL([StartDate])?" " :(DT_WSTR)([StartDate])) != (ISNULL([StartDate_dest])?" " :(DT_WSTR)([StartDate_dest]))" failed. The expression might contain an invalid token, an incomplete token, or an invalid element. It might not be well-formed, or might be missing part of a required element such as a parenthesis.Error at SubscritionService 1 [Conditional Split [1089]]: Cannot parse the expression "(ISNULL([StartDate])?" " :(DT_WSTR)([StartDate])) != (ISNULL([StartDate_dest])?" " :(DT_WSTR)([StartDate_dest]))". The expression was not valid, or there is an out-of-memory error.
Error at SubscritionService 1 [Conditional Split [1089]]: The expression "(ISNULL([StartDate])?" " :(DT_WSTR)([StartDate])) != (ISNULL([StartDate_dest])?" " :(DT_WSTR)([Sub_StartDate_dest]))" on "Conditional Split.Outputs[Case 2]" is not valid.
Error at SubscritionService 1 [Conditional Split [1089]]: Failed to set property "Expression" on "Conditional Split.Outputs[Case 2]".