GetFileTables Method
Overloads
| GetFileTables(String, String, FileDataFormat) | Lists the tables for a folder connection. FileTypeRecognized file formats are: *  *  *  *  *  *  *  *  *  *  *  *  | 
GetFileTables(String, String, FileDataFormat)
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
Declaration
      IEnumerable<DataTable> GetFileTables([QixName("qConnectionId")] string connectionId, [QixName("qRelativePath")] string relativePath = null, [QixName("qDataFormat")] FileDataFormat dataFormat)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | connectionId | Identifier of the connection. | 
| System.String | relativePath | Path of the connection file. | 
| FileDataFormat | dataFormat | Type of the file. | 
Returns
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<DataTable> |