Use the replacestr function to substitute a string with another string. Example is shown below:
The above function replaces the special characters like @,$ and % with empty stringCode:replacestr(input_port,'@','$','%','')
I want to replace the special characters with empty string in informatica. Is there any function in informatica to do this?
Use the replacestr function to substitute a string with another string. Example is shown below:
The above function replaces the special characters like @,$ and % with empty stringCode:replacestr(input_port,'@','$','%','')
Bookmarks