Can someone please tell me why the following code doesn't work as an expression in the mapping tab of a DI Studio transformation? case EMAIL when not contains "@" then NULL when contains "æ" then NULL when contains "ø" then NULL when contains "å" then NULL else EMAIL end I get this error message: Syntax error, expecting one of the following: !, !!, &, *, **, +, -, /, , =, , =, >, >=, ?, AND, CONTAINS, EQ, EQT, GE, GET, GT, GTT, LE, LET, LIKE, LT, LTT, NE, NET, OR, ^=, |, ||, ~=. Thanks.
... View more