BizTalk Server Tools - BizTalk Mapper - Mapping Multiple Source Flds to Single Dest. Node

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Tools > August 2005 > BizTalk Mapper - Mapping Multiple Source Flds to Single Dest. Node





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author BizTalk Mapper - Mapping Multiple Source Flds to Single Dest. Node
dmd

2005-08-31, 5:58 pm

Ok...I have a Source Schema that looks like the following:

<application_data>
<source_other_income></source_other_income>
<comments></comments>
</application_data>

In my Destination Schema I want to map both of these, if they contain data,
into something like:

<MEMO action = "INSERT/REPLACE">
<memo_type></memo_type>
<memo_text></memo_text>
</MEMO>

I need to create a new MEMO for each of the fields in the source listed
above. The <memo_type> will differ depending on the source node. And then the
<memo_text> will come directly from the source node (ie.
<source_other_income> and/or <comments> ). The MEMO action will depend on the
source node as well. So in the end I need a <MEMO> node created for each of
the source nodes listed above. I will potentially have 5 source nodes that
would equate to 5 MEMO's.

Is there a way to do this via the BizTalk 2002 Mapper? If not how would you
recommend doing this?

Thank you,

--
danad
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com