Skip to main content

I am trying to download from the Norweigan Surveys Inspire Atom feed using the latest version of the GeoRSS/RSS Feed Reader]. Oddly the LinkURI does not get exposed by the reader. 

Looking at the XML source the links are present and are tagged <link></link> but for some reason they do not get interpreted correctly. Any ideas on how to solve this?

Link to the feed: https://nedlasting.geonorge.no/geonorge/Tjenestefeed.xml

 

 

Hello ​@aron, thanks for posting! Are you able to share the FME version being used? In FME Form 2025.0, I am able to successfully expose the LinkURI from the reader. 

There are a couple options to expose the URI. Firstly, we could try using the “Additional Attributes to Expose” on the Feed reader feature type: 

Alternatively, there appears to be a Link{} list created in the Feature Information Window. We can use an AttributeExposer to expose all links in the Link{} list. To do this, add an AttributeExposer after the Feed reader feature type. Within its parameters, use the ‘Import’ function to import ‘From Feature Cache’. Select all attributes you need, or at least all attributes named Link{#}.URI. Happy to help, Kailin


Reply