Click or drag to resize
AppGuessFileType Method

Guesses the data format for a given file.

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)

* HTMLfor HTML

* QVD for QVD file

* XML for XML

* QVX for QVX file

* JSON for JSON format

* KML for KML file

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public FileDataFormat GuessFileType(
	string connectionId,
	string relativePath = null
)

Parameters

connectionId
Type: SystemString
Identifier of the connection file. This parameter is mandatory.
relativePath (Optional)
Type: SystemString
Path of the connection file. This parameter is optional.

Return Value

Type: FileDataFormat

Implements

IAppGuessFileType(String, String)
See Also