Skip to main content
Solved

How to combine match 2 different attributes to a single attribute

  • April 28, 2016
  • 2 replies
  • 39 views

Hi,

I'm new to FME and this should be an easy thing to do. I'm trying to work out the distance of buildings and waterbodies from a structure foundation using the neighbour finder and exporting to Excel. I've been able to work out the distances but I end up with the building distance and waterbody distance on 2 separate rows with 2 identical foundation references as shown below.

I want to be able to combine the 2 distances (Building and Waterbody) onto single line with a single foundation reference like below. How can this be done?

Best answer by erik_jan

The FeatureMerger is the way to go.

Merge both lines on the attribute Foundation Ref.

The Merged output will contain all attributes from both lines.

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

erik_jan
Contributor
Forum|alt.badge.img+23
  • Contributor
  • Best Answer
  • April 28, 2016

The FeatureMerger is the way to go.

Merge both lines on the attribute Foundation Ref.

The Merged output will contain all attributes from both lines.


  • Author
  • April 29, 2016

Thanks, worked like a charm.