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

Add clojure.data.csv? #247

Open
mars0i opened this issue Jul 24, 2023 · 0 comments
Open

Add clojure.data.csv? #247

mars0i opened this issue Jul 24, 2023 · 0 comments

Comments

@mars0i
Copy link

mars0i commented Jul 24, 2023

It would be useful to add clojure.data.csv to Clojuredocs. There are only two functions in it, read-csv and write-csv, but they are very useful when you need them.

I knew these functions existed, but was puzzled recently when I couldn't find them in Clojuredocs. I knew how to find the docs for them, but it would be good for others to be able to find them easily through Clojuredocs.

I just spent ten minutes trying to figure out why I was getting an error when I tried to look at data returned by read-csv. I finally realized that the problem was that it's lazy, and that I was closing the file reader before forcing evaluation of the result. I'd like to add an example to Clojuredocs to help others avoid that foolish mistake.

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

1 participant