You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
trying to parse a csv record as
"""Permits complete"" received";;Phase 3 : 067f65dc7dc7f703229bcb7b3b21d9 , c227adc4c8ab8854dd8cc5764ce63deb1b
with delimiter ','
and escape char ''
getting an error as
com.github.doyaaaaaken.kotlincsv.util.CSVParseFormatException: must appear delimiter or line terminator after quote end [rowNum = 6, colIndex = 31, char = ;]
Expected behavior
Expect that the csv parser reads 2 cells
Describe the bug
trying to parse a csv record as
"""Permits complete"" received";;Phase 3 : 067f65dc7dc7f703229bcb7b3b21d9 , c227adc4c8ab8854dd8cc5764ce63deb1b
with delimiter ','
and escape char ''
getting an error as
com.github.doyaaaaaken.kotlincsv.util.CSVParseFormatException: must appear delimiter or line terminator after quote end [rowNum = 6, colIndex = 31, char = ;]
Expected behavior
Expect that the csv parser reads 2 cells
The text was updated successfully, but these errors were encountered: