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
The ArrayOutputFormat property determines how the column values of elements that are arrays of primitive values are displayed in the output.
If set to AGGREGATE, the output will show a single, combined value representing the entire array. If set to DELIMITED, the values will be formatted as a string, with individual elements separated by commas or semicolons.