Re: clojure-csv library write-csv examples

2012-06-16 Thread octopusgrabbus
Thank you. That clears things up quite a bit, when you said another library. On Friday, June 15, 2012 10:30:04 AM UTC-4, Walter Tetzner wrote: > > On Friday, June 15, 2012 10:01:24 AM UTC-4, octopusgrabbus wrote: >> >> The reason why I asked this question is this code looks like it's using >> ano

Re: clojure-csv library write-csv examples

2012-06-15 Thread Walter Tetzner
On Friday, June 15, 2012 10:01:24 AM UTC-4, octopusgrabbus wrote: > > The reason why I asked this question is this code looks like it's using > another csv library, so I'm confused. > That's because it is using another csv library: https://github.com/clojure/data.csv. clojure-csv: https://githu

Re: clojure-csv library write-csv examples

2012-06-15 Thread octopusgrabbus
e))) (with-open [out-file (io/writer "out-file.csv")] (csv/write-csv out-file [["abc" "def"] ["ghi" "jkl"]])) On Friday, June 15, 2012 9:57:03 AM UTC-4, octopusgrabbus wrote: > > I would appreci

clojure-csv library write-csv examples

2012-06-15 Thread octopusgrabbus
I would appreciate getting a pointer to some clojure-csv library write-csv examples. Thank you. -- 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 m

Clojure CSV Library

2009-11-11 Thread David Santiago
Hi everyone. I wrote a CSV parsing and output library for my own uses when I didn't see another one available. Someone on #clojure suggested it might be of general interest for clojure.contrib. If you guys agree, I'm happy to do whatever is necessary to assist with that. The code is at http://gith