Trouble importing csv from Excel

I have to say what worked for me. I opened the csv with notepad first. I have to say that I’m from Spain, and (for some reason) the way excel handles comma separated files are with “;”, not with “,”. So in the csv opened with notepad this is way it shows:

Row Name;word
Row;a

I just replaced all the “;” with “,” and the file imported succesfully like magic.

1 Like