> ## Documentation Index
> Fetch the complete documentation index at: https://insightsoftware-preview.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# UseArraySupport

<a id="usearraysupport" />

This property specifies whether the connector supports getting the ResultSet data as an array.

* `1`: The connector returns ResultSet data as an array.
* `0`: The connector returns ResultSet as VARCHAR.

The connector makes the following assumptions when returning the ResultSet as an array:

* 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.

<table><colgroup><col /><col /><col /></colgroup><thead><tr><th scope="col">Default Value</th><th scope="col">Data Type</th><th scope="col">Required</th></tr></thead><tbody><tr><td>`1`</td><td><p>Integer</p></td><td><p>No</p></td></tr></tbody></table>
