I have an xml file generate from Accounting ERP of 7MB.
used the xml reader node which got executed and the entire xml is appearing in a cell.
I used the xpath node to parse the xml with the intention of converting data into a tabular format…
when I click on settings button of the xpath node / execute the xpath node…
KNIME Hangs …it stays unresponsive for long …
tried this by reinstalling KNIME, increasing the size allocation … nothing works…
Yes, XML and JSON parsing is a PITA in KNIME, also the XPath / JSON Path nodes are acting very “beta-like” sometimes. Best practice advice I can give: Use an external tool like Notepad++ with JSON or XML plugin, extract the correct path there and paste it to the KNIME node. Usually, this helps, especilly while handling large datasets like in your case.