Common Content for Data Integration 
			
			- Common Content for Data Integration 10.5.1
- All Products
 
           
      	
            
	
      PARSE_XML(upstream_string,:Type.type_definition_library.type_definition)
| Argument 
				   | Required/Optional 
				   | Description 
				   | 
|---|---|---|
| upstream_string 
				   | Required 
				   | The source string field, midstream in the mapping, that contains hierarchical data in XML format. 
				   | 
| :Type.type_definition_library.type_definition 
				   | Required 
				   | The complex data type definition that represents the schema of the struct data. 
					  Use the reference qualifier 
						 :Typeto reference the type definition library that contains the complex data type definition. | 
PARSE_XML(upstream_string,:Type.type_definition_library.customer_def)
<Customers> <Customer> <CustName>ABC Co</CustName> <Contract>1010</Contract> <City>Phoenix</City> <SaleAmt>150000.00</SaleAmt> </Customer> <Customer> <CustName>Data Inc</CustName> <Contract>1111</Contract> <City>Portland</City> <SaleAmt>20000.00</SaleAmt> </Customer> </Customers>
customer_def{ CustName : string Contract : int City : string SaleAmt : int }
| 
 | 
 | 
 | 
 | 
 | 
|---|---|---|---|---|
| 
 | 
 | 
 | 
 | 
 | 
| 
 | 
 | 
 | 
 | 
 |