I everyone, I’m super new to knime and I am having troubles to convert my XML file into a table, through the XPath node, for further manipulation where i want to group average number of cases by country and month.
To quickly add an xpath, mark the item in the preview window, check that the “Selected XPath” is displayed in the upper panel, click “Add XPath”, set the return type, and the required “Single/Multiple/Collection” option, and click OK
If you have python3 installed in your KNIME environment, you may be interested in a component I have been working on. Attached is a workflow that demonstrates it in action with the url you gave earlier. Basically as that is very basic row-based xml, it can turn it directly into a table with no configuration. I’m still in the process of testing it under different situations, but it may be of interest if you are doing much work with xml, and I’d welcome any feedback, and of course if you spot any bugs!