I need to replace all column delimiters in a
flat file by "|".
I need to replace all "é" by "|".
If the delimiter is any character to be replaced
by "|", there is no problem, it works fine.
But with special characters I have an error message
concerning the Substring clause as it cannot cope
with special characters
I have written a script task to do the replacing.
Any help would be appreciated.
Regards.
Ton
flat file by "|".
I need to replace all "é" by "|".
If the delimiter is any character to be replaced
by "|", there is no problem, it works fine.
But with special characters I have an error message
concerning the Substring clause as it cannot cope
with special characters
I have written a script task to do the replacing.
Any help would be appreciated.
Regards.
Ton