Informatica Data Quality
- Informatica Data Quality 10.5
- All Products
STRUCT_AS (:Type.type_definition_library.type_definition, struct_value)
Argument
| Required/Optional
| Description
|
---|---|---|
: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.
|
struct_value
| Required
| Value for each element in the complex data type definition separated by comma.
|
STRUCT_AS (:Type.type_definition_library.h1_address_def, City, State, ZIP)
h1_address_def{ city : string state : string zip : int }
|
|
|
|
---|---|---|---|
|
|
|
|
|
|
|
|