swiftcsv / SwiftCSV

CSV parser for Swift
MIT License
947 stars 190 forks source link

Fix serialization of embedded quotes. #111

Closed lardieri closed 2 years ago

lardieri commented 2 years ago

Embedded quotes in values must be doubled, and the entire value surrounded with quotes.

Includes commit from #110 because otherwise we'd get merge conflicts in the project file.

DivineDominion commented 2 years ago

Sorry -- I'm bad at remembering this, but please add a CHANGELOG entry for this fix/change :)