string to raw conversion

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
kalpna
Premium Member
Premium Member
Posts: 78
Joined: Thu Feb 02, 2006 3:56 am

string to raw conversion

Post by kalpna »

Hi! friends

I am using a EReplace function in my transformer and writing to a sequential file.
the output is in the string format. i mean it is enclosed in '"'(double quotes) But, i need it without those quotes.
i found a function called StringToRaw() in help. But, the DS does not recognise it as a function.
Kalpna
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Your string contains double quotes that you don't want? You can use the ereplace to remove them from the string. Or perhaps your output sequential file declarations specify a double-quote as the quote character and you are seeing that. The StringToRaw() is a PX function that doesn't exist in the server edition.
kalpna
Premium Member
Premium Member
Posts: 78
Joined: Thu Feb 02, 2006 3:56 am

Post by kalpna »

Thanks Arnd!!!!
I forgot to c Quote char.


Thanks
kalpana
Post Reply