|
| 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
|
|