Skip to Content
0
Former Member
Sep 12, 2007 at 07:40 AM

mapping issue "exists"

17 Views

HI,

i have an inbound xml strucutre which should be mapped into an xml file (but only the filled values:

<HEADER>

<FIELD1>xxx</FIELD1>

<FIELD2></FIELD2>

<FIELD3>zzz</FIELD3>

</HEADER>

I need only the <FIELDn> values which are filled.

in this case: <FIELD1> and <FIELD3>

I have tried the exists function but without success.

1. How can i map this `?

2. Is it possible to use A function/mapping for the complete <HEADER> segment instead of editing each <FIELDn> ?

thx,

Gordon