Closed
Description
Is there a way to parse just a single std::string row without loading a file?
It looks like the linereader class constructors all want filepaths, but I have a std::string with the row that I need to parse. Does this library provide a way to parse this?
Example:
std::string csvRowText = aRowFromCSVFile;
LineReader(csvRowTest);
//get the data points from that row below
Metadata
Metadata
Assignees
Labels
No labels