[resolved] Problem with inserting UTF8 japanese characters in MySQL Database
Hello,
I'm writing in the forum because after days of research I didn't find the solution of this problem. I have Talend 3.1.3 (Open Studio) and what I want to do is:
- from a source in a file (XLS) which contains japanese characters
- with a Tmap component fill correctly the target which is a Mysql table.
I put the source in UTF-8 in the advanced settings
in the MysqlOutput, I also set the encode to UTF-8
The MySQL tables and columns impacted are of interclassement "utf8_general_ci"
When I tried the debugger, I saw in the variables of the source the japanese characters too, I don't understand why the japanese characters in the target are replaced by a "?"
Do you have an idea of this problem? Is it a bug version?
Thanks in advance