Data Integration 
			
			- Data Integration
- All Products
 
           
      	
            
	
      | Character 
				 | Description 
				 | 
|---|---|
| A 
				 | Alphabetical characters. For example, ASCII characters a to z and A to Z. 
				 | 
| D 
				 | Digits. From 0 through 9. 
				 | 
| N 
				 | Alphanumeric characters. For example, ASCII characters a to z, A to Z, and 0-9. 
				 | 
| X 
				 | Any character. For example, alphanumeric or symbol. 
				 | 
| + 
				 | No masking. 
				 | 
| R 
				 | Remaining characters. R specifies that the remaining characters in the string can be any character type. R must appear as the last character of the mask. 
				 |