Question

Reading from XML


Badge +9

I am trying to read XML data from the following URL, which is for the food standards data in the UK. Whatever method i use to read this data i just get errors. Can anyone tell me how to extract this data correctly...

 

https://ratings.food.gov.uk/OpenDataFiles/FHRS131en-GB.xml

 


2 replies

Userlevel 4

When creating the reader, make sure to tell FME which elements (XML tag) should constitute a feature, e.g.

xmlelementstomatch

Badge +9

Perfect, thank you - missing the obvious!!!

Reply