Hi
How can I remove the pipe delimiter from my email address?
For example - some records have this kind of email
johndoe@|yahoo.com
Pipe | is also my file delimiter so while processing the email address gets broken up into two parts (before and after the |) and workflow stops execution giving an error like Too many fields on record #7876. Please help.
Thanks