Informatica Data Quality
- Informatica Data Quality 10.5.1
- All Products
IS_SPACES(value)
Argument
| Required/
Optional
| Description
|
---|---|---|
value
| Required
| Must be a string datatype. Passes the rows you want to evaluate. You can enter any valid transformation expression.
|
IS_SPACES( ITEM_NAME )
|
|
---|---|
|
|
| |
|
|
|
|
|
|
IIF( IS_SPACES( CUST_NAMES ), '00000', CUST_NAMES )