Page 1 of 1

Posted: Thu Apr 26, 2007 1:00 am
by ray.wurlod
By the time they get into DataStage, they have been mapped to Unicode code points. You may need, therefore, to use the UniChar() function to specify the character from which to convert.

Posted: Thu Apr 26, 2007 1:24 am
by dsisbank
how I use UniChar() function, how does it work?

Posted: Thu Apr 26, 2007 4:30 pm
by ray.wurlod
UniChar(x) returns the character whose Unicode code point is x. You use it in a Transformer stage expression.

Posted: Fri Apr 27, 2007 2:56 am
by dsisbank
UniChar() doesn't work, it gives error. Do u have other suggestions to solve the problem?

Posted: Fri Apr 27, 2007 7:01 am
by DSguru2B
Its a basic function and hence will work in a server job or for a basic transformer in px.