Toggle navigation
Log in
Sign Up
Log in
Sign Up
Appium
C
C#
C++
Docker
Go
Informatica
Java
JavaScript
Kafka
Numpy
Oracle
Pandas
PHP
Py Spark
Python
R
React Native
Scipy
SFTP
Tableau
Teradata
TGMC
UNIX
Introducing
Radical.sh
Forget Code launches a powerful code generator for building API's
Forget_Code.Models.CategoryViewModel
Add a new snippet
Conversion Functions
1
Date Functions
8
Encryption
1
Math Functions
2
Operators
1
String Functions
9
Choose Category
Find empty string in informatica in Informatica
Forget Code
Informatica
Find empty string 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' )
Tags for Find empty string in informatica in Informatica
empty string check in informatica
string with no space in informatica check
blank check in informatica
how to check blank in informatica
how to check empty string which is not null in informatica
how to filter the empty string in informatica
how to find count of spaces in informatica
how to validate string field in informatica
informatica is empty string null
informatica isnull empty string
Contribute to Forget Code, help others.
Add snippet