Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Removing commas using functoids › Re: Removing commas using functoids
March 15, 2007 at 11:27 AM
#18003
you could write a custom functiod for one. Heres an example http://www.codeproject.com/biztalk/CustomFunctoid.asp Further what you could do in the custom functiod is use string.split and get the seperate tokens then concat them and return as a single string(wonder if you can accomplish that with the predefined functoids that come shipped with biztalk server.