Informatica Data Quality
- Informatica Data Quality 10.4.0
- All Products
PARSE_JSON(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 JSON 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_JSON(upstream_string,:Type.type_definition_library.customer_def)
{"customer" : "ABC Co", "contract" : "1010", "city" : "Phoenix", "saleamt" : "150000.00"} {"customer" : "Data Inc", "contract" : "1111", "city" : "Portland", "saleamt" : "20000.00"}
customer_def{ customer : string contract : int city : string saleamt : int }
|
|
|
|
|
---|---|---|---|---|
|
|
|
|
|
|
|
|
|
|