03-24-05 01:47 AM
Hi,
I have an input Xml file as below
<Input>
<EveningPhone>4537869876</EveningPhone>
<EveningExt>234</EveningExt>
<DayPhone>3457587654</DayPhone>
<DayExt>123</DayExt>
<WorkPhone>9087587654</WorkPhone>
</Input>
and I need to convert it into the following format using Biztalk Map
<Output>
<Telephone desc="Evening" extn="234">4537869876</Telephone>
<Telephone desc="Day" extn="123">3457587654</Telephone>
<Telephone desc="Work">9087587654</Telephone>
</Output>
I tried using "LogicalExistence" functoids along with Value mapping but
always Iam able to produce only one Telephone element and not three
Any thoughts
Raj
[ Post a follow-up to this message ]
|