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

Adding csv to deno_std #431

Closed
zekth opened this issue May 22, 2019 · 5 comments
Closed

Adding csv to deno_std #431

zekth opened this issue May 22, 2019 · 5 comments

Comments

@zekth
Copy link
Contributor

zekth commented May 22, 2019

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

@ry
Copy link
Member

ry commented May 22, 2019

All for it. And yes I think that move would be appropriate.

@zekth
Copy link
Contributor Author

zekth commented May 22, 2019

All for it. And yes I think that move would be appropriate.

Will move toml when i'll push CSV so.

@axetroy
Copy link
Contributor

axetroy commented May 22, 2019

How about existing encoding like json?

It already has a built-in API for ECMAScript, does it need to be added to encoding module?

@zekth
Copy link
Contributor Author

zekth commented May 22, 2019

@axetroy i don't think so, but XML would be cool too.

@zekth
Copy link
Contributor Author

zekth commented May 24, 2019

merged.

@zekth zekth closed this as completed May 24, 2019
@iugo iugo mentioned this issue Aug 2, 2022
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

3 participants