NULL in mapping condition

During a mapping to ADSAccount I need to check if a field is polulated or is still NULL (Left.EmployeeID).

In the mapping condition I can't find a way to check the NULL value. Left.EmployeeID = '' does not work. Left.EmployeeID is NULL is not accepted.

There is a way to check that condition?

Thanks.

Parents Reply Children