Public Attributes | List of all members
tagSQ_FileReader_Options Struct Reference

#include <SQFileReader.h>

Public Attributes

SQ_IntVectormpSheets
 
int mbMergeVertically
 
const char * mszDelimiter
 
int mbIgnoreConsecutiveDelimiters
 
SQ_IntVectormpDataBlocks
 
int mbIncludeXAsAnObservation
 
int mbIncludeAllObservations
 
int miNumberOfIncludedIntervals
 
SQ_IntVectormpIncludeXStartPt
 
SQ_IntVectormpIncludeXEndPt
 
int miAveragePoints
 
char * mszUserDefinedOptions
 
char * mszEncoding
 

Detailed Description

The options on how to open the file.

Member Data Documentation

◆ mbIgnoreConsecutiveDelimiters

int tagSQ_FileReader_Options::mbIgnoreConsecutiveDelimiters

Text: If consecutive delimiters should be ignored, this members should be 1, 0 if they should be included.

◆ mbIncludeAllObservations

int tagSQ_FileReader_Options::mbIncludeAllObservations

Set to 1 if all observations should be included, 0 to reduce the dataset.

◆ mbIncludeXAsAnObservation

int tagSQ_FileReader_Options::mbIncludeXAsAnObservation

Set to 1 if the ordinal values should be included as an observation.

◆ mbMergeVertically

int tagSQ_FileReader_Options::mbMergeVertically

Excel: If several sheets are imported, set this to 1 if they should be merged vertical and 0 if they should be merged horizontally.

◆ miAveragePoints

int tagSQ_FileReader_Options::miAveragePoints

If set the average of these points should be used.

◆ miNumberOfIncludedIntervals

int tagSQ_FileReader_Options::miNumberOfIncludedIntervals

If the dataset should be reduced, this is the number of intervals to include.

◆ mpDataBlocks

SQ_IntVector* tagSQ_FileReader_Options::mpDataBlocks

JCAMP: Vector with the data blocks to import from the file/s.

◆ mpIncludeXEndPt

SQ_IntVector* tagSQ_FileReader_Options::mpIncludeXEndPt

If the dataset should be reduced, this is end values of the intervals, should be the same size as iNumberOfIncludedIntervals

◆ mpIncludeXStartPt

SQ_IntVector* tagSQ_FileReader_Options::mpIncludeXStartPt

If the dataset should be reduced, this is starting values of the intervals, should be the same size as iNumberOfIncludedIntervals.

◆ mpSheets

SQ_IntVector* tagSQ_FileReader_Options::mpSheets

Excel: The sheets in the file to import.

◆ mszDelimiter

const char* tagSQ_FileReader_Options::mszDelimiter

Text: The delimiter in the file if such is used.

◆ mszEncoding

char* tagSQ_FileReader_Options::mszEncoding

Encoding to use, NULL or "" for local code page. "ibm420", "iso88596", "windows1256", "iso88592", "windows1250", "gb18030", "iso2022cn", "big5", "iso88595", "koi8r", "windows1251", "iso88597", "windows1253", "ibm424", "iso88598", "windows1255", "eucjp", "iso2022jp", "shiftjis", euckr", "iso2022kr", iso88599", "windows1254", "utf16be", "utf16le", "utf32be", "utf32le", "utf8", "cp850", "iso88591", "windows1252"

◆ mszUserDefinedOptions

char* tagSQ_FileReader_Options::mszUserDefinedOptions

If the file to import is defined in a plug-in dll, the options should be applied here.


The documentation for this struct was generated from the following file:

Copyright (C) Sartorius Stedim Data Analytics AB - Generated by Doxygen