I`m trying to open a xml file with the xml reader, but I`m getting a XML parser error. Attached is the sample xml file. Who can help me?
Hi @roelslangen, I suspect that the XML reader has not been configured appropriately when you added it to the workspace. Usually you can read any XML document with Feature Paths configuration by setting one or more elements that you want to read as features.
See this excellent tutorial to lean more: Getting Started with XML
Hi @takashi,
I'veaccidently attached the wrong xml file. This one is giving errors when I try toselect the ‘Elements to Match’: li-16o044309-5-versie-202-2016-09-01.xml
Hi @takashi,
I'veaccidently attached the wrong xml file. This one is giving errors when I try toselect the ‘Elements to Match’: li-16o044309-5-versie-202-2016-09-01.xml
Consider using HTML Table reader if you need to extract a table from the document. The HTMLExtractor transformer could also be an option depending on what you need to extract from the document.
Hi @takashi,
I'veaccidently attached the wrong xml file. This one is giving errors when I try toselect the ‘Elements to Match’: li-16o044309-5-versie-202-2016-09-01.xml
It shows an XML document on a web browser, but each row is contained by an HTML table in fact.
The HTML Table Reader and Aggregator just can restore the XML document.