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