I needed a CSV recently and I wanted one that converted the rows to maps
(using the headers) and supported converters. I found one[1] that did
most of what I wanted and extended it a bit. The tests provide a good
overview of the API:
https://github.com/bmabey/csvlib/blob/master/test/csvlib_test.clj
I just pushed my version to clojars as if you want try it out:
http://clojars.org/org.clojars.bmabey/csvlib
-Ben
1. https://bitbucket.org/tebeka/csvlib/src
On 10/4/11 12:47 PM, Allen Johnson wrote:
In addition, there is org.clojure/data.csv which says it works with
Clojure 1.2 and 1.3.
https://github.com/clojure/data.csv
Allen
On Tue, Oct 4, 2011 at 2:42 PM, Laurent PETIT<laurent.pe...@gmail.com> wrote:
Self answer : either clojure-csv for full NIH clojure solution (
http://github.com/davidsantiago/clojure-csv, the one I took :-) ), or
java based OpenCSV
There is also a csv lib in Incanter, but I did not try to see if it is
sufficiently decoupled from the rest to be used in isolation (still
having it tied to the "Incanter" name is not a good sign, IMHO).
2011/10/4 Laurent PETIT<laurent.pe...@gmail.com>:
Hello all,
What would be the currently recommended CSV client, please ?
Not necessarily already upgraded to 1.3 support.
Thanks in advance,
-- Laurent
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en