swiftcsv / SwiftCSV

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

Importing a row item that has a , #90

Closed mdoyle1 closed 4 years ago

mdoyle1 commented 4 years ago

I'm not sure if its possible, I have a row item that is in quotes for example... Row item 1, "Row, Item 2", Row item 3 Is there any feature to accommodate for this? What do you suggest?

mdoyle1 commented 4 years ago

I just came up with a python script to fix the CSV. https://github.com/mdoyle1/Python/blob/master/removeComma.py