UNPKG

angular-qlik-api

Version:

AngulerQlikApi is the angular wrapper for Qlik Engine API. It facilitates the usage and handles the synchronization.

14 lines (13 loc) 309 B
export interface QFileDataFormat { qType?: any; qLabel?: any; qQuote?: any; qComment?: string; qDelimiter?: any; qCodePage?: number; qHeaderSize?: number; qRecordSize?: number; qTabSize?: number; qIgnoreEOF?: boolean; qFixedWidthDelimiters?: string; }