GetFileTables method
Lists the tables for a folder connection.
FileType
Recognized file formats are:
- CSV for Delimited
- FIX for Fixed Record
- DIF for Data Interchange Format
- EXCEL_BIFF for Microsoft Excel (XLS)
- EXCEL_OOXML for Microsoft Excel (XLSX)
- HTML for HTML
- QVD for QVD file
- XML for XML
- QVX for QVX file
- JSON for JSON format
- KML for KML file
- PARQUET for PARQUET file
Parameters
| Name | Description | Mandatory | Type | 
|---|---|---|---|
| qConnectionId | Identifier of the connection. | Yes | String | 
| qRelativePath | Path of the connection file. | No | String | 
| qDataFormat | Type of the file. | Yes | FileDataFormat | 
Returns
| Name | Description | Type | 
|---|---|---|
| qTables | List of the tables. | Array of DataTable | 
Access Control
reload