Map a LOT of values to different destinations conditionally

Home Page Forums BizTalk 2004 – BizTalk 2010 Map a LOT of values to different destinations conditionally

Viewing 2 reply threads
  • Author
    Posts
    • #15681

      I have a scenario where the source schema has a repeating (maxOccurs = unbounded) Address complexType with many nodes. Depending on just one value in it (addressType which could be BillTo, ShipTo, Customer, etc) these nodes should be mapped to different places in the destinatio schema.

      Of course I could do it with a logical functoid-Value Mapping combination but then I would have to have this combo for each node in the Address complexType. This would be tedious. I want to do the whole thing in a type of switch (one condition only) and then copy over the nodes based on the result of this condition.

      Is there any other way besides Inline XSLT to do this? If Inline XSLT is the only way, can someone show me where to start?

    • #15710

      I’ve always used inline XSLT for this type of task.

      I wish there was a better way…

    • #15711

      Hi, was reading youre post and I started google on "Inline XSLT" and I found this page:http://blogs.msdn.com/skaufman/archive/2005/12/19/505654.aspx. I Hoop you got some help out of it.

       

      Regards,

       J/*!

Viewing 2 reply threads
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.