dave-csc opened a new issue, #5401:
URL: https://github.com/apache/hop/issues/5401

   ### What would you like to happen?
   
   A missing feature in the **Add XML** transform is the ability to merge XML 
fragments in groups (see discussion #5395 and bug #5396).
   
   The ideal way to solve this should be implementing similar features to those 
already present in the **Enhanced JSON output**, notably:
   - the ability to define grouping fields (and their XML name, i.e. the "root" 
tag for the fragment), so that the other fields can be nested with their own XML
   - the ability to define a non-grouping field as an "XML fragment", so that 
it treated as it is rather than escaping the `<` and `>` symbols with `&lt;` 
and `&gt;`
   - the ability to pretty print the XML output (as mentioned in #2385)
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: Hop Gui, Component: Transforms


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to