|
|
|
|
|
by datascienced
806 days ago
|
|
There is no normal csv! I always used Excel as the “standard” when writing a CSV parser. If every field is quoted you can indeed remove the first and last “, then split on “,“ and then replace “” with “
in the fields. Excuse my phone converting the quotes! |
|
Nevertheless, if there is a way to escape anything at all, usually it is the quotation mark, and usually it is escaped by doubling. Pretty much any other scheme is very unlikely to be properly interpreted in this context.