Informatica Data Quality
- Informatica Data Quality 10.4.0
- All Products
LENGTH(string)
Argument | Required/ Optional | Description |
---|---|---|
string | Required
| String datatype. The strings you want to evaluate. You can enter any valid transformation expression.
|
LENGTH( CUSTOMER_NAME )
|
|
---|---|
|
|
|
|
|
|
|
|
IIF( LENGTH( CUSTOMER_NAME ) = 0, 'EMPTY STRING' )