Problem with Accented characters in Lookup

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
mydsworld
Participant
Posts: 321
Joined: Thu Sep 07, 2006 3:55 am

Problem with Accented characters in Lookup

Post by mydsworld »

Can anyone please let me know how we deal with accented characters in DataStage. I am reading a .csv file (containing accented characters) in Sequential File stage with NLS_Map set to 'ISO-8859-1' and individual columns having the extended 'Unicode' property.When I view the data I can see those accented characters.

Now I am using this file for lookup as reference link. In the output file I find those characters replaced by '?' etc. Within Lookup stage I am using NLS_Locale 'OFF' and in output sequential file I am using NLS_Map 'ISO-8859-1' and individual columns having the extended 'Unicode' property.

Please let me know why this is happening and which NLS_Locale should I select for Lookup stage.

Thanks in advance.
Post Reply