Skip to main content

I have a database table. This table has an attribute "TEKST" which contains the XML as a CLOB. My questions is, how can I, with FME, extract the XML from the CLOB so that I can process it like any other XML file?

 

Many thanks in advance! :)

Hello @aussiepaul​ , have you tried using the XMLFragmenter? It is typically used to parse data into XML fragments, but it may work in this case. The XMLFragmenter behaves very similar to the XML reader, and we have a great XML tutorial series that shows you how to read, process and write XML with FME!


Reply