Special character issue while writing into sequential file

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
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What encoding is used for your source data?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
maniphilip
Participant
Posts: 17
Joined: Thu Jan 15, 2015 5:21 am
Location: India

Post by maniphilip »

Hi Ray,
We are using NLS_CHARACTERSET=AL32UTF8 at the source(Oracle DB)
weiyi_will
Participant
Posts: 10
Joined: Sun Aug 11, 2013 10:46 pm
Location: Dalian

Re: Special character issue while writing into sequential fi

Post by weiyi_will »

Did you test with setting NLS of JOB to UTF8 and column to Nvarchar (or varChar with Unicode extend)?
Post Reply