KNIME is great at reading and extracting information from XMLs, but I would actually like to replace values in an existing XML.
At the moment I can use the XPath node to extract the values I would like to change. I can then change these values (String replacer), but after that I am a bit lost of how to add this value to the the original XML. Is there a way to do this?
If I use the Column to XML node and the XML column Combiner to the original XML, it just puts my new data at the end of the original XML.
I really need KNIME to edit the contents of on existing XML. Is this possible in KNIME?
Any advice would be most welcome.