Skip to content

Parse Single Line Without Loading File #121

Closed
@wmcnamara

Description

@wmcnamara

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions