Skip to main content
Question

How can i extract the filename(s) of the additional files from kml as an attribute?

  • January 30, 2018
  • 3 replies
  • 41 views

I have a kml with the attributes 'kml_additional_files{0}.href' and 'kml_additional_files{0}.path' filled with filenames and -paths.

I want to place the locations (points) as objects in a local database with the filename(s) in an attribute to these locations. But I can't find how to do this.

I'm using FME desktop 2017.1

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

takashi
Celebrity
  • January 30, 2018

Hi @maartjekuijten, I think a general approach is to apply the ListExploder to the list in order to extract every list element as non-list attributes.


Hi @takashi I know the ListExploder, but I can not choose for these lists... I can only see these attributes in the Inspector and don't know how to extract them.


Found it! Used the AttributeExposer to expose the attributes. Thanks for thinking with me.