CSVDialect Struct Reference
A CSV specification. More...
#include <CSVStreams.hh>
Public Attributes | |
char | delimiter |
Field delimiter character. More... | |
char | quote |
Field quoting character. More... | |
char | terminator |
Row termination character. More... | |
Static Public Attributes | |
static const CSVDialect | Unix |
CSV dialect as expected by Unix tools. More... | |
Detailed Description
A CSV specification.
Member Data Documentation
◆ delimiter
char delimiter |
Field delimiter character.
◆ quote
char quote |
Field quoting character.
◆ terminator
char terminator |
Row termination character.
◆ Unix
|
static |
CSV dialect as expected by Unix tools.
The documentation for this struct was generated from the following file: