Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in getting started code example #145

Open
pjsgsy opened this issue Dec 31, 2023 · 1 comment
Open

Error in getting started code example #145

pjsgsy opened this issue Dec 31, 2023 · 1 comment

Comments

@pjsgsy
Copy link

pjsgsy commented Dec 31, 2023

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.

@pjsgsy pjsgsy closed this as completed Dec 31, 2023
@pjsgsy pjsgsy reopened this Dec 31, 2023
@mdabros
Copy link
Owner

mdabros commented Jan 20, 2024

Hi @pjsgsy

Thanks for finding the error in the code example.

My time for this project is limited at the moment. I still try to do my best answering questions in here, and help developers using the library if possible. I have some smaller plans for the project moving forward, but progress will be slow because of a lag of time sadly.

Best regards
Mads

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants