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 6:21 AM
#26198
If the Input file is not wellformed means it will not match the corresponding Schema and it will fail.
In that case you will need to create another Orchestration subscribing to the failed message and try to fix it using a .Net Helper Class method and reading each line as text and remove the special characters.