davidsantiago / clojure-csv

A library for reading and writing CSV files from Clojure
187 stars 35 forks source link

Add escape-char option to write-csv #28

Open petr-tichy opened 9 years ago

petr-tichy commented 9 years ago

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

sundbry commented 8 years ago

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