Common Content for Data Engineering 
			
			- Common Content for Data Engineering 10.5.4
- All Products
 
           
      	
            
	
      | Input | Returns | Condition | Example | 
|---|---|---|---|
| B 
				   | 
 | 
 | 
 | 
| B 
				   | 
 | 
 | 
 | 
| C 
				   | 
 | 
 | 
 | 
| C 
				   | 
 | 
 | 
 | 
| C 
				   | 
 | 
 | 
 | 
| C 
				   | 
 | 
 | 
 | 
| D 
				   | 
 | 
 | 
 | 
| D 
				   | 
 | 
 | 
 | 
| F 
				   | 
 | 
 | 
 | 
| G 
				   | 
 | 
 | 
 | 
| G 
				   | 
 | 
 | 
 | 
| G 
				   | 
 | 
 | 
 | 
| G 
				   | 
 | 
 | 
 | 
| H 
				   | 
 | 
 | 
 | 
| H 
				   | 
 | 
 | 
 | 
| J 
				   | 
 | 
 | 
 | 
| K 
				   | 
 | 
 | 
 | 
| L 
				   | 
 | 
 | 
 | 
| M 
				   | 
 | 
 | 
 | 
| N 
				   | 
 | 
 | 
 | 
| P 
				   | 
 | 
 | 
 | 
| P 
				   | 
 | 
 | 
 | 
| Q 
				   | 
 | 
 | 
 | 
| R 
				   | 
 | 
 | 
 | 
| S 
				   | 
 | 
 | 
 | 
| S 
				   | 
 | 
 | 
 | 
| T 
				   | 
 | 
 | 
 | 
| T 
				   | 
 | 
 | 
 | 
| T 
				   | 
 | 
 | 
 | 
| V 
				   | 
 | 
 | 
 | 
| W 
				   | 
 | 
 | 
 | 
| W 
				   | 
 | 
 | 
 | 
| X 
				   | 
 | 
 | 
 | 
| Y 
				   | 
 | 
 | 
 | 
| Y 
				   | 
 | 
 | 
 | 
| Z 
				   | 
 | 
 | 
 | 
METAPHONE(string[,length] )
| Argument | Required/ Optional | Description | 
|---|---|---|
| string | Required 
					  | Must be a character string. Passes the value you want to encode. The first character must be a character in the English language alphabet (A-Z). You can enter any valid transformation expression. 
					  Skips any non-alphabetic character in 
						 string. | 
| length | Optional 
					  | Must be an integer greater than 0. Specifies the number of characters in 
						 stringthat you want to encode. You can enter any valid transformation expression. When  lengthis 0 or a value greater than the length of string, encodes the entire input string. Default is 0. 
					  | 
METAPHONE( EMPLOYEE_NAME, 2 )
| 
 | 
 | 
|---|---|
| 
 | 
 | 
| 
 | 
 | 
| 
 | 
 | 
METAPHONE( EMPLOYEE_NAME, 4 )
| 
 | 
 | 
|---|---|
| 
 | 
 | 
| 
 | 
 | 
| 
 | 
 | 
| 
 | 
 |