Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I inserted 2 components in my Designer area, a tDBInput and a tDBoutput in order to get data from an exernal DB and insert this data into another database.
Both databases have collation utf8_general_ci. I inserted inside the component parameters &characterEncoding=UTF-8 (I tried also &characterEncoding=utf8), but when I check data on my target DB, some fields with non latin characters are written with strange symbols (see the screenshot).
What did i do wrong?
Hi,
Could you please add below parameters?
characterEncoding=utf8&characterSetResult=utf8&useUnicode=true
Please read the below post as reference.
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved
Hi nikhilthampi,
thank you for your answer.
I tried and followed the post you suggested me, but still not working.
I added the parameters to the component as suggested (see the attached file).
I don't know what I can do...
Hi,
Could you please print the output to console and see whether its getting extracted from source correctly? If its working fine, could you please add the details to target output too.
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved
Hi,
Please connect the data from tDBInput to a tLogrow to print the data to console.
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved
Perfect!
Please check the language set configured in your target DB. Once its configured for UTF characters, most probably the error will disappear.
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved
Thanks for the update.
Could you please mark the posts which have helped you to resolve this issue?
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved