Data Engineering Integration
- Data Engineering Integration 10.2.2 HotFix 1
- All Products
array <data_type> []
Argument
| Description
|
---|---|
array
| Name of the array column or port.
|
data_type
| Data type of the elements in an array.
The elements can be primitive data types or complex data types. All elements in the array must be of the same data type.
|
[]
| Dimension of the array represented as subscript.
A single subscript
[] represents a one-dimensional array. Two subscripts
[][] represent a two-dimensional array.
Elements in each dimension are of the same data type.
|
custphone string[]
|
---|
|
|
|
email_work_pers string[][]
|
---|
|
|
|