-
Notifications
You must be signed in to change notification settings - Fork 623
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
[encoding] add csv parse #458
Conversation
Cool - looks good - but I'm holding for #444. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you update encoding/README.md too?
Rebased. |
What's that? Can you submit a PR to disable it until we have a fix? |
here are the related issues: i'll disable the test so. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…d#458) This centralizes all logic into a single plugin.
Ported https://github.com/zekth/deno_easyCSV to encoding/csv.
Also added the possibility to use
BufReader
as input and not onlystring
.ref: #455