Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
sszzxx
Contributor III
Contributor III

Multibyte character to/from teradata

Hi All,

 

I have tried to export data from Teradata to a csv file with Chinese character. However I am getting junk (->) instead of the chinese char as shown below:

 

0683p000009M0V2.jpg

 

Under the file setting I have also set it to UTF-8:

0683p000009M0V7.jpg

0683p000009M0Oh.jpg 

Despite all these, I am still getting those junk characters in my csv output file.

 

Can somebody please help??

 

The simple job im doing is basically tTeradataInput to tFileOutputDelimited.

 

Thanks in advance!

 

 

Labels (5)
1 Solution

Accepted Solutions
sszzxx
Contributor III
Contributor III
Author

Hi All,

 

I have solved it by adding the appropriate charset that I need for my case as shown below (highlighted):

 

Capture_1.JPG 
Thanks all for the help!

View solution in original post

4 Replies
Anonymous
Not applicable

Hi,

 

    Could you please share the schema of the tTeradataInput Component? I guess you are using VARCHAR in the DB type? Could you please change it to the DB data type within the Teradata table and let us know the results?

 

    If the answer has helped you, could you please mark the topic as resolved? Kudos are also welcome 🙂

 

Warm Regards,

 

Nikhil Thampi

sszzxx
Contributor III
Contributor III
Author

Hi Nikhil,

 

Thanks for your reply.

I have managed to figure it out. Guess it was the tTeradata component that was giving the issue.

 

I have added the following charset (SCHGB2312_1T0) and now it is finally supporting Chinese characters.

 

 

Anonymous
Not applicable

Hi,

 

      Good one 🙂

 

       Could you please add a screen shot of the chnage you made in the Teradata component so that it will help our Talend community members? Could you please also mark the topic as resolved (with your answer as the solution) so that it can be easily referred in future?

 

Warm Regards,

 

Nikhil Thampi

sszzxx
Contributor III
Contributor III
Author

Hi All,

 

I have solved it by adding the appropriate charset that I need for my case as shown below (highlighted):

 

Capture_1.JPG 
Thanks all for the help!