#include <SQFileReader.h>
Public Attributes | |
SQ_IntVector * | mpSheets |
int | mbMergeVertically |
const char * | mszDelimiter |
int | mbIgnoreConsecutiveDelimiters |
SQ_IntVector * | mpDataBlocks |
int | mbIncludeXAsAnObservation |
int | mbIncludeAllObservations |
int | miNumberOfIncludedIntervals |
SQ_IntVector * | mpIncludeXStartPt |
SQ_IntVector * | mpIncludeXEndPt |
int | miAveragePoints |
char * | mszUserDefinedOptions |
char * | mszEncoding |
The options on how to open the file.
int tagSQ_FileReader_Options::mbIgnoreConsecutiveDelimiters |
Text: If consecutive delimiters should be ignored, this members should be 1, 0 if they should be included.
int tagSQ_FileReader_Options::mbIncludeAllObservations |
Set to 1 if all observations should be included, 0 to reduce the dataset.
int tagSQ_FileReader_Options::mbIncludeXAsAnObservation |
Set to 1 if the ordinal values should be included as an observation.
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.
int tagSQ_FileReader_Options::miAveragePoints |
If set the average of these points should be used.
int tagSQ_FileReader_Options::miNumberOfIncludedIntervals |
If the dataset should be reduced, this is the number of intervals to include.
SQ_IntVector* tagSQ_FileReader_Options::mpDataBlocks |
JCAMP: Vector with the data blocks to import from the file/s.
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
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.
SQ_IntVector* tagSQ_FileReader_Options::mpSheets |
Excel: The sheets in the file to import.
const char* tagSQ_FileReader_Options::mszDelimiter |
Text: The delimiter in the file if such is used.
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"
char* tagSQ_FileReader_Options::mszUserDefinedOptions |
If the file to import is defined in a plug-in dll, the options should be applied here.
Copyright (C) Sartorius Stedim Data Analytics AB - Generated by Doxygen