Tip-C Posted February 20, 2009 Share Posted February 20, 2009 One of the fields (short description) I use for my product is written in Cyrillic Letters. The problem is when the CSV file is imported into presta shop i get a bunch of question mars: "??????? ???:"How can I import the text so that it remains in Cyrillic letters. Thanks Link to comment Share on other sites More sharing options...
Tip-C Posted February 24, 2009 Author Share Posted February 24, 2009 bump...Can anybody help me out? Link to comment Share on other sites More sharing options...
Tip-C Posted March 1, 2009 Author Share Posted March 1, 2009 bump... Link to comment Share on other sites More sharing options...
Tip-C Posted March 13, 2009 Author Share Posted March 13, 2009 I finally found the solution on another forum.Here it is if it may help anybody else: UTF8 CSV files.We're getting lists to be imported into MySQL in Excel (.xls) formats.When we use MS Office to export it into CSV,reading the data gives us gibberish, becausethe default encoding is plain old ASCII.There is not obvious setting available to change the ASCII to UTF8for the csv file in Microsoft Office.So I tried Open Office to see if it offers anything better.In Save As, Change the Type to CSV, then the 'Edit Filter Settings'checkbox will be enabled. Check this, and when you click save,a dialog will appear requesting which Character Set to use.And sure enough, it works like a charm.The CSV loads up and saves into MySQL OK.Hooray Open Office. Works better for multilingual requirements.BTW, if anyone has the solution to export as UTF8 CSV fromMSOffice, please post it here.yk Link to comment Share on other sites More sharing options...
Jorkoo Posted March 19, 2011 Share Posted March 19, 2011 Here is a way to open csv file with excel,1. Rename the original file from something.csv to something.csvv2. open excel, click Open file, for file type choose (All files - star.star) (*.*)3. A wizard pops up, choose next4. Choose Delimiters : Comma5. Click FinishI've made screenshot animation to show you what the steps are.Link to screenshots - Open CSV as UTF8 with excelI've even attached it to the post. 1 Link to comment Share on other sites More sharing options...
Recommended Posts