I am desperate for some help. Everytime I export a report of products sold into CVS from the site, it comes out with special characters in them replacing some of the vowels.
I have tried switching to hungarian excel, nothing changed. I made sure it is decoded as UNICODE (UTF-8) and tried to import from CSV or txt format. Again nothing changed. The problem is that the CSV dowloaded from Shopify already co****ntains these characters and I can’t think of anything else to do to change them back.
Please let me know if you know any solution to this, it would mean a lot.
Hey there, I hope this solution doesn’t come too late for you.
I had the same problem with greek characters, so I fiddled around till I found a solution:
It appears that Excel is picky about importing .csv files encoded in UTF-8, because it seems to need the encoding to be of type UTF-8 BOM.
So what I did was, I opened the .csv file in Notepad++, changed the encoding from UTF-8 to UTF-8 BOM, and saved the file, and then the import went fine.
I hope this will help you, and anyone else who has problems with special characters when importing a .csv to Excel.