28 [[nodiscard]]
static std::string
type() {
return "CsvData"; }
std::vector< std::string > description
Data description.
std::vector< CsvElement > CsvLine
CSV Line with splitted entries.
static std::string type()
Returns the type of the data class.
std::vector< CsvLine > lines
Data container.
std::variant< double, std::string > CsvElement
CSV Elements (number or if not convertible to number as std::string)