Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tXmlMap, multiple loops and grouping

Hello.
I'm using talend Open Studio 5.4 and tXmlMp. In both documents (input and output) I have multiple loops and can't set element as "group". When there is only one loop element, grouping is possible.
In this site https://help.talend.com/search/all?query=tXMLMap&content-lang=en are rules for grouping:
"To set a group element, two restrictions must be respected:
the root node cannot be set as group element;
the group element must be the parent of the loop element.
Once the group element is set, the first element except the loop one is used as condition to group the output data."
Why I can't set group element?
Labels (4)
2 Replies
Anonymous
Not applicable
Author

Hi,
You cannot set group element If you set multiple loops in tXmlMap at same time. For your case, you can have a look at tAdvancedFileOutputXML with the 'append the source xml file' feature.
Best regard
Sabrina
Anonymous
Not applicable
Author

Any chance of getting the described functionality in the near future? I have the same situation where I need to loop on multiple sub-elements, but also need to group on those same sub-elements. Seems like if it can be done in one component, then it should be possible in another.