Automatically truncate to MaxLength during mapping
Posted
by aceinthehole
on Stack Overflow
See other posts from Stack Overflow
or by aceinthehole
Published on 2010-03-10T19:40:01Z
Indexed on
2010/03/11
5:53 UTC
Read the original article
Hit count: 340
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?
© Stack Overflow or respective owner