Re: CSV Handling

2011-06-06 Thread Miki
http://clojars.org/search?q=csv -- 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

Re: CSV Handling

2011-06-06 Thread Base
Incanter also has CSV support http://liebke.github.com/incanter/io-api.html On Jun 6, 1:08 pm, octopusgrabbus wrote: > Is there a core Java library that handles .csv files or do I need to > download something like OpenCsv? Thanks. -- You received this message because you are subscribed to th

Re: CSV Handling

2011-06-06 Thread Steve Miner
On Jun 6, 2011, at 2:08 PM, octopusgrabbus wrote: > Is there a core Java library that handles .csv files or do I need to > download something like OpenCsv? Thanks. I've been using csvclj successfully. It's on clojars.org. [com.github.jonase.csv/csvclj "1.0.0-SNAPSHOT"] -- You received this

CSV Handling

2011-06-06 Thread octopusgrabbus
Is there a core Java library that handles .csv files or do I need to download something like OpenCsv? Thanks. -- 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 member