Skip to content

Error in getting started code exampleΒ #145

Open
@pjsgsy

Description

Not sure this project is maintained any more or not, but I hope so as it is what I was looking for.

Anyway - Stumbled at the getting started guide. There is it seems an error in the code example

// Setup the CsvParser
var parser = new CsvParser(() => new StreamReader("winequality-white.csv", separator: ';'));

Should be

// Setup the CsvParser
var parser = new CsvParser(() => new StreamReader("winequality-white.csv"), separator: ';');

I think. Just in case it helps anyone else just trying to get started.

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