Data Engineering Integration 
			
			- Data Engineering Integration 10.2.2 Service Pack 1
- All Products
 
           
      	
            
	
      | Complex Data Type 
				 | Description 
				 | 
|---|---|
| Array 
				 | The elements in the array are of string data type. The elements in the array are delimited by commas. For example, an array of 
				   fruitsis represented as [apple,banana,orange]. | 
| Map 
				 | Maps contain key-value pairs and are represented as pairs of strings and integers delimited by the 
				   =character. String and integer pairs are delimited by commas. For example, a map of fruitsis represented as [1=apple,2=banana,3=orange]. | 
| Struct 
				 | Structs are represented as pairs of strings and integers delimited by the 
				   :character. String and integer pairs are delimited by commas. For example, a struct of fruitsis represented as [1,apple]. |