swiftcsv / SwiftCSV

CSV parser for Swift
MIT License
962 stars 193 forks source link

doesn't handle commas within content #11

Closed mathieu166 closed 8 years ago

mathieu166 commented 9 years ago

Scenario: Let say you have 3 columns and the second column have a comma within its content such as column1,"column2 with comma ,", column3

When you have commas in the content, the column is wrapped within "...".

Right now, this is not handled.