| mikas |
| Newbie |
|
| Vilnius |
|
|
| None Specified |
|
| Tuesday, May 13, 2008 |
| Tuesday, May 13, 2008 1:09:10 PM |
1 [0.01% of all post / 0.00 posts per day] |
|
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.
|
|