I need a help from you..
I try to insert data from one table to another table.
But the Strings with accents (example : Télécoms) are not inserted correctly..
I find in the output (T?l?coms)
Is there a way to preserve accents in Talend?
Thanks
Rajaa,
I solved the problem!
The solution I found was to add in the advanced settings of the component :
Additional ODBC Parameters "charset = iso-8859-1"
And it worked
This is probably not a problem caused by Talend. What kind of database you use. In case of MySQL take care your table is created with the correct charset.
I solved the problem!
The solution I found was to add in the advanced settings of the component :
Additional ODBC Parameters "charset = iso-8859-1"
And it worked
Hi roujahdr, Thanks for sharing your solution with us. Could you please click the "Set this topic as resolved" link which is right underneath your initial post? This way, other users will be informed that this thread has been resolved. Many thanks Best regards Sabrina