Skip to main content
Question

I am new to fme. I have a citygml file of buildings with attribute codes such as 2100, 3400. The definition of this code is in another XML file so how do I setup the workbench so that the citygml file can access the attribute values from the XML f

  • October 30, 2020
  • 2 replies
  • 6 views

I am new to fme. I have a citygml file of buildings with attribute codes such as 2100, 3400. The definition of this code is in another XML file so how do I setup the workbench so that the citygml file can access the attribute values from the XML file?
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.

2 replies

caracadrian
Contributor
Forum|alt.badge.img+23
  • Contributor
  • 571 replies
  • October 30, 2020

Use the FeatureMerger transformer to merge the attribute values from XML to your citygml data.

Use the buildings codes from citygml as a requestor and the attribute that contains those codes in xml as a supplier.


davtorgh
Contributor
Forum|alt.badge.img+11
  • Contributor
  • 105 replies
  • October 30, 2020

Hi @dennis​ ,

 

an alternative way to the one suggested by caracadrian could be use a FeatureJoiner (which performs faster on simple attribute based joins). If you want to lear more on Joins, see this article.

 

Hope that helps!