theodi / comma-chameleon

A desktop CSV editor for data publishers
https://comma-chameleon.io/
MIT License
278 stars 27 forks source link

CRLF line endings #113

Open jennybc opened 8 years ago

jennybc commented 8 years ago

comma-chameleon is giving me files with CRLF line endings (\r\n), whereas I would have expected just line feed (\n). This means that if I open and edit the file in most other applications on my Mac, I get whole file diffs because the line endings are often changed to platform native.

pezholio commented 8 years ago

We generate CSVs to RFC4180 (the closest thing to a CSV standard), but we could combine this with https://github.com/theodi/comma-chameleon/issues/117 to allow a user to specify line breaks