Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

arabic language support when inserting data to mysql db

encoding issue when inserting arabic data in mysql db from csv file it appears like ???????? ....i make the encoding in db and from the csv file utf-8 and still have the same problem ....how can i solve this
Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hi
Try to add useUnicode=true&characterEncoding=utf8 in your mysql connection.
Best regards
Shong