Introducing Radical.sh

Forget Code launches a powerful code generator for building API's

Find empty string in informatica in Informatica

LENGTH function can be used to find the empty string. Remember NULL is different from empty string, so ISNULL check cannot be applied for empty string.

IIF( LENGTH( CUSTOMER_NAME ) = 0, 'EMPTY STRING' )