How to export arabic text from MySQL database to csv using toad for MySQL?

那年仲夏 提交于 2019-12-12 10:50:01

问题


I have a table in MSQL database with arabic text in one of its columns but when i exported it to csv, It is getting converted to some other format say like

Ø§Ø­ØªÙØ§Ù

I want my arabic text to be exported instead. I think there is an issue with encoding. PLease help.


回答1:


I found an answer to this. It is very simple though.

I normally use quick export and save the table in CSV format.

Now instead of exporting it in CSV, if I exported it in excel format, the arabic text appears :). I don't know why that happened but it worked.

Please post if you know any better answer. Thank you :)




回答2:


I had the same problem before but I used to save as OpenDocument Spreadsheet and then open it by Excel. You may face some issues like slow save in excel but it is work, worth to try.



来源:https://stackoverflow.com/questions/34059102/how-to-export-arabic-text-from-mysql-database-to-csv-using-toad-for-mysql

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!