Common Content for Data Integration 
			
			- Common Content for Data Integration 10.5.8
- 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' )