Multi diag tools
Public Member Functions | List of all members
Mdt::PlainText::CsvParserSettings Class Reference

CSV parser settings. More...

#include <CsvParserSettings.h>

+ Inheritance diagram for Mdt::PlainText::CsvParserSettings:
+ Collaboration diagram for Mdt::PlainText::CsvParserSettings:

Public Member Functions

 CsvParserSettings ()
 Construct default settings.
 
 CsvParserSettings (const CsvParserSettings &other)=default
 Construct settings as a copy of other.
 
CsvParserSettingsoperator= (const CsvParserSettings &other)=default
 Construct settings as a copy of other.
 
 CsvParserSettings (CsvParserSettings &&other)=default
 Construct settings as a copy of other.
 
CsvParserSettingsoperator= (CsvParserSettings &&other)=default
 Construct settings as a copy of other.
 
void setParseExp (bool parse)
 Set if Excel protection marker will be parsed. More...
 
bool parseExp () const
 Check if Excel protection marker will be parsed. More...
 
bool isValid () const
 Check if settings are valid. More...
 
void clear ()
 Clear. More...
 

Detailed Description

CSV parser settings.

Definition at line 31 of file CsvParserSettings.h.

Member Function Documentation

void Mdt::PlainText::CsvParserSettings::clear ( )

Clear.

Will reset to default settings.

Definition at line 57 of file CsvParserSettings.cpp.

bool Mdt::PlainText::CsvParserSettings::isValid ( ) const

Check if settings are valid.

If this settings is not valid, use lastError() to get what is wrong.

Definition at line 34 of file CsvParserSettings.cpp.

bool Mdt::PlainText::CsvParserSettings::parseExp ( ) const
inline

Check if Excel protection marker will be parsed.

The Excel protection marker (EXP) is explained in CSV-1203 standard, ยง10.

When parseExp is true, when a field begins with a ~ (=EXP), it will not be stored in resulting data.

The ability to not parse EXP is a non standard extention.

See also
setParseExp()

Definition at line 79 of file CsvParserSettings.h.

void Mdt::PlainText::CsvParserSettings::setParseExp ( bool  parse)

Set if Excel protection marker will be parsed.

See also
parseExp()

Definition at line 29 of file CsvParserSettings.cpp.


The documentation for this class was generated from the following files: