-
Notifications
You must be signed in to change notification settings - Fork 636
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
Adding csv to deno_std #431
Comments
All for it. And yes I think that move would be appropriate. |
Will move toml when i'll push CSV so. |
How about existing encoding like It already has a built-in API for |
@axetroy i don't think so, but XML would be cool too. |
Merged
merged. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As we have TOML support this is revelant to have CSV.
In golang it's in the encoding csv package: https://golang.org/pkg/encoding/csv/
If we add csv to deno_std, would it be revelant to move TOML to
encoding/toml
?note: working on the CSV parser ATM
The text was updated successfully, but these errors were encountered: