data was not displayed in the application in the correct format.
-
The problem that we want you to help us in solving it is as follows : We have an excel sheet containing some data. We want to import this data to a mySql database to be used by a certain application. By importing this data through transferring it to CSV format, the data was successfully imported but the Arabic data was not displayed in the application while this data is displayed during browsing the database inside the MySql. If the data is entered through the application and then retrieved , the Arabic data is displayed correctly. We need to import this data (excel sheet) inside the MySql such that it is displayed correctly inside the application. Hint :I'm use UTF-8
-
The problem that we want you to help us in solving it is as follows : We have an excel sheet containing some data. We want to import this data to a mySql database to be used by a certain application. By importing this data through transferring it to CSV format, the data was successfully imported but the Arabic data was not displayed in the application while this data is displayed during browsing the database inside the MySql. If the data is entered through the application and then retrieved , the Arabic data is displayed correctly. We need to import this data (excel sheet) inside the MySql such that it is displayed correctly inside the application. Hint :I'm use UTF-8
I think a CSV is ascii only. UTF-8 would be lost.
Chris J www.redash.org