Data Engineering Integration
- Data Engineering Integration 10.2.2 HotFix 1
- All Products
Complex Data Type
| Description
|
---|---|
Array
| The elements in the array are of string data type. The elements in the array are delimited by commas. For example, an array of
fruits is represented as
[apple,banana,orange] .
|
Map
| Maps contain key-value pairs and are represented as pairs of strings and integers delimited by the
= character. String and integer pairs are delimited by commas. For example, a map of
fruits is represented as
[1=apple,2=banana,3=orange] .
|
Struct
| Structs are represented as pairs of strings and integers delimited by the
: character. String and integer pairs are delimited by commas. For example, a struct of
fruits is represented as
[1,apple] .
|