clojure-csv
clojure-csv copied to clipboard
Add escape-char option to write-csv
Allows to specify escape character. Some CSV parsers don't allow the same quote-char and excape-schar.
Hey guys, I added the parameter to parse-csv in https://github.com/davidsantiago/clojure-csv/pull/33/commits