Automatically truncate to MaxLength during mapping
- by aceinthehole
I have a schema that has the max length property set on all of its elements, of various size. I am mapping to it and expect that the max length will be exceeded quite often.
Is there a way tell BizTalk to automatically truncate without having to go in and manually configure a functoid for each element?
Is there a purpose for the max length property other than validation?