Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Is it possible to choose the dimension of a target element by mapping? › Re: Is it possible to choose the dimension of a target element by mapping?
Hi Wolfgang, thanks a lot.
But the Schemas are fix.
The question to ask is if there is a way to manipulate the iteration of a elemnt in destination.
For example:
We have: <Column1> <Row>HH</Row> <Row>FF</Row> <Row>GG</Row> </Column1>
<Row> has been repeated three times with different values (Row apreare only once in <Column1> with MinOccurs=0 and Max Occurs=unbounded in Schema A.xsd).
Now if I want to map <Row> (in A.xml) to <Row> (in B.xml) then the Iteration of <Row> in B.xml will be also setted to 3. In the next Step the values for this three elements (if nil, emty or something else) will specified.
My question is now, if I can prevent this method by mapping.