Hello! I’m having trouble importing a CSV file. The columns are not distributed correctly. I did the “format cleaning” of the file in Notepad ++, but at first it didn’t solve it. I appreciate any help.
There is a comma in row 4, column 3 (and in several other values in that column). That comma is throwing off the CSV. CSV stands for comma separated values, so extra commas within a field value cause problems like what you are seeing.