Problem to export Data with the XML-Port

HumphreyHumphrey Member Posts: 2
I’ll export some data with the XML-Port, but i have a problem.
If an element of the type field is empty I do not want it to appear in the exportfile.
The proberty MinOccurs is Zero but for all that the LOCATION line appears.
Can anyone help me?
thanks in advance
    NR FIRSTNAME SURENAME LOCATION 10000 John Do Hamburg 20000 Katrin Co Berlin 40000 Mike X <PERSON> <NR>10000</NR> <FIRSTNAME>John</FIRSTNAME> <SURENAME>Do</SURENAME> <LOCATION>Hamburg</LOCATION> </PERSON> <PERSON> <NR>20000</NR> <FIRSTNAME>Katrin</FIRSTNAME> <SURENAME>Co</SURENAME> <LOCATION >Berlin</LOCATION> </PERSON> <PERSON> <NR>40000</NR> <FIRSTNAME>Mike</FIRSTNAME> <SURENAME>X</SURENAME>
<LOCATION />
</PERSON>

Comments

Sign In or Register to comment.