| AppGetFileTablesEx Method  | 
Lists the tables and fields of a JSON or XML file for a folder connection.
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic IEnumerable<DataTableEx> GetFileTablesEx(
	string connectionId,
	string relativePath = null,
	FileDataFormat dataFormat
)
Public Function GetFileTablesEx ( 
	connectionId As String,
	Optional relativePath As String = Nothing,
	dataFormat As FileDataFormat
) As IEnumerable(Of DataTableEx)
Parameters
- connectionId
 - Type: SystemString
Identifier of the connection.
                                        This parameter is mandatory. - relativePath (Optional)
 - Type: SystemString
Path of the connection file
                                        This parameter is optional. - dataFormat
 - Type: Qlik.EngineFileDataFormat
Type of the file. 
Return Value
Type: 
IEnumerableDataTableExImplements
IAppGetFileTablesEx(String, String, FileDataFormat)
See Also