Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys,
I am extracting data from json files with tFileInputJson component, it is not extracting UTF-8 Charcters by printing the output in tLogRow or tMySQLOutput. I have tried to change the encoding in advance settings but it didn't worked too.
Your help would be appriciated.
Thanks and Regards
Hitesh Mundra
Hi Hitesh,
Did you change the file encoding for the component to UTF-8 as shown below?
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 @nthampi , I have already tried this but didn't worked.
Hi,
I have solved the issue by simply read file with tFileInputRaw and write tFileOutputRaw with UTF-8 Charcter set. This solved the issue.
Thanks and Regards
Hitesh Mundra