BizTalk 2009 - Size Functoid Fun
- by StuartBrierley
Recently when mapping a flat file from a third party source, I needed to check whether some elements had been sent with any content or not.
In the source message these elements were being supplied in the form:
<comment />
I though I would try using the size functoid, assuming that it would return a size of 0 for these empty…