ArrayOutputFormat
An optional override for the column value output format of elements that are arrays of primitive values.
Possible Values
AGGREGATE, DELIMITEDData Type
string
Default Value
"AGGREGATE"
Remarks
This property decides how the column value of elements that are arrays of primitive values is displayed in the output. If set to AGGREGATE, the value will be the aggregate form of the array. If set to DELIMITED, the value will be a delimited string of the values.