Informatica Data Quality
- Informatica Data Quality 10.5
- All Products
struct.element
array_of_structs.element
Argument
| Description
|
---|---|
struct
| Struct. The struct from which you want to access an element. You can enter any valid transformation expression that evaluates to a struct.
|
array_of_structs
| Array with struct elements. The array from which you want to access elements in each struct. You can enter any valid transformation expression that evaluates to an array.
|
element
| The name of the struct element that you want to access.
|
location{ street: NULL city : 'NEWYORK' state: 'NY' zip : 12345 }
|
|
---|---|
|
|
|
|
|
|
|
|
employee_info_array = [ derrick_struct{ name: 'Derrick' city: NULL state: 'NY' }, kevin_struct{ name: 'Kevin' city: 'Redwood City' state: 'CA' }, lauren_struct{ name: 'Lauren' city: 'Woodcliff Lake' state: NULL } ]
|
|
---|---|
|
|
|
|
|
|