Home Page › Forums › BizTalk 2004 – BizTalk 2010 › To create a custom functoid to remove all special characters from a file. The file could be a flat file or XML. › Re: To create a custom functoid to remove all special characters from a file. The file could be a flat file or XML.
November 5, 2013 at 3:37 AM
#26193
You can create a custom functoid or use Scripting functoid to call a helper class method which will remove the special characters.
You can use Regex to remove all special characters from each node.
Each node will have its own Scripting functoid connected to the common Helper class method.