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

Allow EOL to have same first character as delimiter

Open semperos opened this issue 8 years ago • 0 comments
trafficstars

The changes here allow you to have an end-of-line string that begins with the same character that is used as the delimiter. An example that I've come across in the wild is a delimiter of ^ with an end-of-line sequence of ^+^.

Not defending it, just need to support it. I'd welcome your thoughts.

semperos avatar Feb 21 '17 21:02 semperos