GetFileTables method
Overview
Lists the tables for a folder connection.
Parameters
| Name | Description | Type |
|---|---|---|
| qConnectionId |
Identifier of the connection. This parameter is mandatory. |
String |
| qRelativePath |
Path of the connection file. This parameter is mandatory. |
String |
| qDataFormat |
Type of the file. |
FileDataFormat |
Outputs
The following is returned in the output:
| Name | Description | Type |
|---|---|---|
| qTables | List of the tables |
Array of DataTable |