Hi,
i need to have someting like this in out on my tXmlMap :
<Material>
<ID>1</ID>
<Description>testest</Description>
<Logistic>
<Property></Property>
</Logistic>
<Logistic>
<Property></Property>
</Logistic>
<Valuation
<Property></Property>
</Valuation>
<Valuation
<Property></Property>
</Valuation>
</Material>
<Material>
<ID>2</ID>
<Description>testest</Description>
<Logistic>
<Property></Property>
</Logistic>
<Logistic>
<Property></Property>
</Logistic>
<Valuation
<Property></Property>
</Valuation>
<Valuation
<Property></Property>
</Valuation>
</Material>
I can't set a loop with loops inside !
How can i do ?
Thank you.
(Talend Enterprise Studio 5.3.1)
I test it with a tFileOutputMSXML component but i haven't the result that i want.
I have the good result only in the first article, i want <Planning> in all article.
Please see scrennshots in attachment.
Thank you.
Hi willm,
It doesn't work with tXmlMap because i need to have multiple loops under group node.
The tXmlMap component can just have one loop under a group node
!
I've seen this post but it doesn't work in my case.
Thank you