I get a "too many columns" error when trying to parse a string with comma in it. However, I can't escape this string in the CSV because it is a valid WKT string (and read by other tools reading this CSV file).
My CSV looks like this:
id, wkt
0,"POLYGON ((1 0,-1 0,1 0))"
I get a "too many columns" error when trying to parse a string with comma in it. However, I can't escape this string in the CSV because it is a valid WKT string (and read by other tools reading this CSV file).
My CSV looks like this: id, wkt 0,"POLYGON ((1 0,-1 0,1 0))"