Page 1 of 1

Chinese characters

Posted: Mon Mar 14, 2016 5:12 am
by mallikharjuna
Hi,

in my source file i have some field values are in Chinese characters. I am not able to read from sequential stage. Please let me know how i can read these characters.

Thanks in Advance

Posted: Mon Mar 14, 2016 7:28 am
by chulett
Start by doing an exact search here for "Chinese", I just did and got 154 matches - you're not the first person to have this question.

Posted: Mon Mar 14, 2016 1:57 pm
by ray.wurlod
Basically you need to ascertain what kind of characters they are (Traditional or Simplified) and then how they are encoded. Set the NLS map appropriately for that encoding in the Sequential File stage (and make sure that the Unicode extension is set for string data types).