Hi On 17 June 2011 00:07, octopusgrabbus <[email protected]> wrote: > This Clojure program: > > ns test-csv > (:require [clojure.contrib.string :as str]) > (:import (java.io BufferedReader FileReader StringReader)) > (:use clojure-csv.core))
[...] > I am having trouble figuring out where to call str/split. [...] I'm having trouble understanding why you're trying to use str/split when you appear to be wanting to use clojure-csv. Surely clojure-csv should do the splitting for you? Or what are you trying to split? -- Michael Wood <[email protected]> -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
