Special character Handling

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
WoMaWil
Participant
Posts: 482
Joined: Thu Mar 13, 2003 7:17 am
Location: Amsterdam

Post by WoMaWil »

Dear Senthi,

it is not as simple as you thing. The letters you mention should work without special NLS-settings in DataSTage.

You have first to look at source and target and if both of them are able to catch the letters.

Where do you get your data from and where do you want to leave them?
Wolfgang Hürter
Amsterdam
samsuf2002
Premium Member
Premium Member
Posts: 397
Joined: Wed Apr 12, 2006 2:28 pm
Location: Tennesse

Post by samsuf2002 »

What is your target ?, if it is a file then you can pass it through another transformer and put a constraint to capture ?s for that column and reject it.
hi sam here
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Approach the problem step-by-step, as Wolfgang has suggested. What is your source character set? What character set would you like as your target?
senthilmp
Participant
Posts: 85
Joined: Mon Sep 22, 2008 6:11 am

Post by senthilmp »

Hi, Thanks for your response.
The source and target character set are of NLS UTF-8 setting. And i want the special characters which is not processed to capture in the Reject file, then only we can correct it and re process again.
senthilmp
Participant
Posts: 85
Joined: Mon Sep 22, 2008 6:11 am

Post by senthilmp »

No these characters are not accepted by UTF-8 Coding, these are converted as '?????' and written into target, thats the problem i am getting.
Post Reply