23#ifndef _TABULARCONFIG_HPP_
24#define _TABULARCONFIG_HPP_
30#define TABULARCONFIG_DELIMITER_OPTIONS_STR "delimiter=<fixed|space|comma|tab>"
31#define TABULARCONFIG_DELIMITER_USAGE_STR "delimiter: sets column separation; default is fixed width"
void copyDelimiterConfig(const TabularConfig &rhs)
char getDelimiterChar() const
delimiter between columns (unless set to Delimiter_FixedWidth)
bool delim_equal(const TabularConfig &rhs) const
bool operator==(const TabularConfig &rhs) const
std::string getFileExtension() const
bool checkDelimiter(const std::string &arg)