Firstly, I would like to say hello. I am new to the forums and new to Talend.
I have been encountering a problem, and I am unsure if something is wrong or if I have missed a step.
I need export data from Excel to MySQL. The part data contain Russian characters.
Tracert in inside TOS - all look well.
Result in table of MySql is wrong.
Does anyone know what the problem is?
Vik, I tried your solution - it does not work for me. I have the same set as yours: data flows from Excel into MySQL table. I have slight difference - there are couple other components in between. tFileInputExcel --> tFilterRow --> tMap -->tMysqlOutput Encoding = UTF8 is set on tFileInputExcel and tMysqlOutput components. I added your suggestion: "noDatetimeStringSync=true&characterEncoding=utf8" and doesn't seem to work. Is there anything else you did? Thank you for your help! Peter.
Hi, Peter.
Sorry for my English.
In the beginning, I have many variants job. The result was identical - bad.
After parameter addition all was normalized.
When the parameter isn't present, Talend send to MySql string "SET NAMES latin1".
After parameter addition "characterEncoding=utf8" - Talend any more doesn't send a line "SET NAMES latin1"
I think that further, the coding established on the server is important.
In my case, I have next MySql serever parameters - DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci.
Hi everyone,
I am having an issue with my job.
I am sending the records to SharePoint using tSoap. My records are having some international characters (like Ö etc.)
When I am running the webservice job through Talend Open Studio I am not getting any error. But when I am running the same job from Windows Scheduler using services it is not supporting those international characters, I am getting below error :