CSV file is treating commas in string values as delimiters and shifting data into wrong columns. Is there a way to fix this in R?
I have a large csv file that I pulled from an online database that doesn’t seem to read well. It looks like it treats commas in a couple of the columns as delimiters and then parses the data into new columns.