Page 1 of 1

Removing SpecialCharacters

Posted: Fri Feb 20, 2004 10:30 pm
by vzmz
Hi folks,
I have a file which has specail characters. I have to remove all the specail characters and move in the info into another file.
So anyone have a clue how can i achieve this.
Thanks
VZMZ

Posted: Fri Feb 20, 2004 11:21 pm
by chulett
Typical helpful functions would be ones like EREPLACE, CHANGE and CONVERT. You can search the forums to find usage examples or go right to this one which may help you out. It seemed like a good starting point, anyways.

Just noticed you marked this as a Parallel job... this is actually a Server job answer but still should help, I hope. :?

Posted: Sat Feb 21, 2004 4:38 pm
by ray.wurlod
You can use the functions Craig mentioned in a BASIC Transformer stage.

Removing SpecialCharacters

Posted: Mon Feb 23, 2004 1:38 pm
by bigpoppa
Or you can use the UNIX utility called sed. It is well documented on the web.

-BP