Skip to main content
Solved

FME Equivalent to Merge in ArcGIS

  • June 24, 2016
  • 3 replies
  • 141 views

I have four different feature types that I want to merge into a single feature class. In ArcGIS, the merge tool will keep all unique attribute fields, which is what I want. I have looked into FeatureMerger, but I don't think that will work, since I am not trying to join anything. Are there any transformers that can perform this operation?

I am using FME 2016.

Best answer by mark2catsafe

If I understand correctly, you just need to connect everything to the same transformer/feature type. If you set the attribute mode to automatic on the writer then you will get all of the attributes written out.

Quick demo movie here: http://screencast.com/t/wIaEXui3

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

  • Author
  • June 24, 2016

Basically I'm trying to find something like Aggregator, but to preserve individual features. Is there is a way to do this with Aggregator?


Forum|alt.badge.img+5
  • Best Answer
  • June 24, 2016

If I understand correctly, you just need to connect everything to the same transformer/feature type. If you set the attribute mode to automatic on the writer then you will get all of the attributes written out.

Quick demo movie here: http://screencast.com/t/wIaEXui3


  • Author
  • June 24, 2016

If I understand correctly, you just need to connect everything to the same transformer/feature type. If you set the attribute mode to automatic on the writer then you will get all of the attributes written out.

Quick demo movie here: http://screencast.com/t/wIaEXui3

Thanks, that's exactly what I need to do.