Informatica Data Quality
- Informatica Data Quality 10.4.0
- All Products
COLLECT_MAP(map_key as ANY, map_value as ANY)
Argument
| Required/Optional
| Description
|
---|---|---|
| Required
| Any primitive data type. The elements that you want to aggregate as keys of a hierarchical data of type map. You can enter any valid transformation expression.
|
| Required
| Any primitive or complex data type. The elements that you want to aggregate as values of a hierarchical data of type map. You can enter any valid transformation expression.
|
COLLECT_MAP(PRODUCT_ID, PRODUCT_NAME)
|
|
---|---|
|
|
|
|
|
|
|
|
[34890 -> Flashlight, 12754 -> Compass, 54028 -> Pressure Gauge, 81203 -> Vest]