This property specifies whether the connector supports getting the ResultSet data as an array.Documentation Index
Fetch the complete documentation index at: https://insightsoftware-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
1: The connector returns ResultSet data as an array.0: The connector returns ResultSet as VARCHAR.
- The array columns are always of type
Array<String>. - The array column data in the result set start and end with bracket characters (
[and]), and the array elements are delimited by commas (,).
This means that multidimensional arrays or array elements that contain commas in their values are not parsed correctly.
| Default Value | Data Type | Required |
|---|---|---|
1 | Integer | No |