
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Convert non-UTF8 encoded files to UTF-8 encoded format
And replace the hexadecimal Field and Record delimiters to proper format in UTF-8 encoding? Can you illustrate thru an example?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you checked component TalendHelpCenter:tChangeFileEncoding which transforms the character encoding of a given file and generates a new file with the transformed character encoding.
Best regards
Sabrina

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 🙂

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @nthampi , I have already tried this but didn't worked.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Otherwise try routine attached in below link
https://community.talend.com/t5/Design-and-Development/tChangeFileEncoding-and-UTF8-encoding/m-p/149...
Otherwise Attach a sample file

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
