Re: Currently recommended CSV client, again ?

2011-10-04 Thread David Santiago
Thanks! Let me know if you need anything along those lines and we'll see what we can do. David On Tue, Oct 4, 2011 at 2:24 PM, Laurent PETIT wrote: > 2011/10/4 David Santiago : > > They are not related, although clojure-csv was first. I first found out > > about data.csv existing, and being a

Re: Currently recommended CSV client, again ?

2011-10-04 Thread Laurent PETIT
2011/10/4 David Santiago : > They are not related, although clojure-csv was first. I first found out > about data.csv existing, and being added to contrib when someone asked a > question about it a few weeks ago. Given the number of users, I have no > choice but to continue maintaining and improvin

Re: Currently recommended CSV client, again ?

2011-10-04 Thread David Santiago
They are not related, although clojure-csv was first. I first found out about data.csv existing, and being added to contrib when someone asked a question about it a few weeks ago. Given the number of users, I have no choice but to continue maintaining and improving clojure-csv. David On Tue, O

Re: Currently recommended CSV client, again ?

2011-10-04 Thread Laurent PETIT
2011/10/4 Laurent PETIT : > 2011/10/4 Laurent PETIT : >> 2011/10/4 Allen Johnson : >>> 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 >> >> I didn't go first see in clojure contrib, shame on me > > Seems like

Re: Currently recommended CSV client, again ?

2011-10-04 Thread Laurent PETIT
2011/10/4 Laurent PETIT : > 2011/10/4 Allen Johnson : >> 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 > > I didn't go first see in clojure contrib, shame on me Seems like a derivative of clojure-csv, though. I

Re: Currently recommended CSV client, again ?

2011-10-04 Thread Laurent PETIT
2011/10/4 Allen Johnson : > 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 I didn't go first see in clojure contrib, shame on me > > Allen > > On Tue, Oct 4, 2011 at 2:42 PM, Laurent PETIT wrote: >> Self answer :

Re: Currently recommended CSV client, again ?

2011-10-04 Thread Ben Mabey
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_te

Re: Currently recommended CSV client, again ?

2011-10-04 Thread Allen Johnson
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 wrote: > Self answer : either clojure-csv for full NIH clojure solution ( > http://github.com/davidsantiago/clojure-cs

Re: Currently recommended CSV client, again ?

2011-10-04 Thread Laurent PETIT
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 havin

Currently recommended CSV client, again ?

2011-10-04 Thread Laurent PETIT
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@goo