ArrayOutputFormat
An optional override for the column value output format of elements that are arrays of primitive values.
Possible Values
AGGREGATE, DELIMITEDデータ型
string
デフォルト値
"AGGREGATE"
解説
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.