davidsantiago / clojure-csv

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

Add option to force quoting of all cells #19

Closed barriem closed 11 years ago

barriem commented 11 years ago

Hi,

I've created a pull request to merge in an update. This update allows you to force that all cells be quoted. This is a requirement when working with some older versions of Excel and some database systems.

The default state for this option is false.

Let me know if you need any further explanation.

Thanks, Barrie

davidsantiago commented 11 years ago

Thanks for this pull request, the code was great. Just changed some formatting and added some tests, pushed it out in the 2.0.1 release. Sorry it fell under my radar for a while.

barriem commented 11 years ago

No problem, glad to help. Thanks for integrating it.

Sent from my iPad

On 11 Jul 2013, at 06:30, David Santiago notifications@github.com wrote:

Thanks for this pull request, the code was great. Just changed some formatting and added some tests, pushed it out in the 2.0.1 release. Sorry it fell under my radar for a while.

— Reply to this email directly or view it on GitHub.