Skip to content
Advertisement

Tag: univocity

CSV parsing with univocity-parsers and backslash-escaped quotes

I’m having some trouble parsing CSV with backslash escaped qoutes “. Most of lines in source CSV don’t include escaped quotes but where there are I can’t seem to find appropriate settings for correct parsing. CSV example (each line with 4 columns): CSV parser settings: Code snippet: Lines are parsed correctly until two escaped quotes are present in one line.

Advertisement