IMPORTANT:
this is not a Support Forum! Experienced users might answer from time to time questions posted here. If you need a professional and reliable answer, or if you want to report a bug, please contact Altova Support instead.

Profile: mikas
About
User Name: mikas
Forum Rank: Newbie
Real Name:
Location Vilnius
Occupation:
Interests:
Gender: None Specified
Statistics
Joined: Tuesday, May 13, 2008
Last Visit: Tuesday, May 13, 2008 1:09:10 PM
Number of Posts: 1
[0.01% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Generating sequential output elements
Posted: Tuesday, May 13, 2008 1:00:38 PM
Hi,

It seems I am having similar problem with mapping from XML to EDIFACT IFTMCS message.

I have following XML:
<Changed>
<NewNo>123</NewNo>
<OldNo>321</OldNo>
</Changed>
<Changed>
<NewNo>123a</NewNo>
<OldNo>321b</OldNo>
</Changed>

I want to map this into IFTMCS segment group 35 like this:
EQD+RR+123
EQD+ZRR+321
EQD+RR+123a
EQD+ZRR+321b

But I still get following result:
EQD+RR+123
EQD+RR+123a
EQD+ZRR+321
EQD+ZRR+321b

I tried many variations of mapping with Node/Row filter, but result is still the same.
Maybe someone have dealt with similar situation? Or maybe there is a similar example in MapForce samples or tutorial?
Any help will be appreciated.

Thanks.

Use of the Altova User Forum(s) is governed by the Altova Terms of Use.