Page 1 of 1

string to raw conversion

Posted: Tue Feb 14, 2006 8:28 am
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

Posted: Tue Feb 14, 2006 8:52 am
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.

Posted: Tue Feb 14, 2006 9:11 am
by kalpna
Thanks Arnd!!!!
I forgot to c Quote char.


Thanks
kalpana