Remove Hexadecimal Characters in Datastage

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
priyadharsini
Participant
Posts: 40
Joined: Mon May 11, 2009 12:19 am
Location: Madurai

Post by priyadharsini »

Try Convert() function.
ksv2584
Participant
Posts: 16
Joined: Wed Nov 10, 2010 6:10 am

Post by ksv2584 »

If this only for a particular column , in the transformer convert all possible hexa decimal codes using single convert function
basheer
Participant
Posts: 4
Joined: Thu Nov 15, 2007 12:41 pm
Location: AP

Post by basheer »

How can we write the Hexadecimal character in a Convert Function to replace it with some other variable.

Please provide a sample syntax
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The Euro symbol is a perfectly valid character. Similarly accented characters are perfectly valid. Verify with your business whether they want valid characters to be removed. If they do, then you can use the Convert() function.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply