42BV / CSVeed

Light-weight, easy-to-use Java-based CSV utility
Apache License 2.0
100 stars 22 forks source link

Error when quote is inside field #97

Closed Esprit-Nobel closed 6 years ago

Esprit-Nobel commented 6 years ago

I have an error with this line in a csv file : af,dekh"iykh'ya,Dekh"iykh'ya,13,,34.60345,69.2405

org.csveed.report.CsvException: Illegal state transition: Parsing symbol QUOTE_SYMBOL [34] in state INSIDE_FIELD
19970: af,dekh
19970:  

In fact the perfect line of 7 cols should be : af,dekh\"iykh\'ya,Dekh\"iykh\'ya,13,,34.60345,69.2405 I tried different blend of options without succeed. Is there a way?