clojure-csv icon indicating copy to clipboard operation
clojure-csv copied to clipboard

Add escape-char option to write-csv

Open petr-tichy opened this issue 10 years ago • 1 comments

Allows to specify escape character. Some CSV parsers don't allow the same quote-char and excape-schar.

petr-tichy avatar Sep 25 '15 10:09 petr-tichy

Hey guys, I added the parameter to parse-csv in https://github.com/davidsantiago/clojure-csv/pull/33/commits

sundbry avatar Jan 26 '16 21:01 sundbry