I have a CSV that I am trying to parse in java. I am parsing it in fine but I have some fields that are quoted. Meaning that they have quotes in the field that are escaped by another set of quotes. What would be the best way to parse fields like this in java?
Quoted field:
""This is a quoted field"",This is not a quoted field