Informatica Data Quality
- Informatica Data Quality 10.4.0
- 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
:Type to 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 }
|
|
|
|
|
---|---|---|---|---|
|
|
|
|
|
|
|
|
|
|