Skip to main content
Archived

Color coded Attribute Lists when transformers have multiple input ports

Related products:FME Form
  • October 1, 2021
  • 1 reply
  • 24 views

paulbrandtkcs
Contributor
Forum|alt.badge.img+2

The ChangeDetector transformer is great particularly when enriching source data and updating a target database, but it is sometimes difficult to track which attributes are shared between the Original and Revised ports. It would be terrific if the attribute lists could be color coded, or have some other kind of indicator to quickly shed light on the attributes that are on both ports vs those that are only on one port. More than once I have been confused why I was seeing so many updates when some enriched attribute hadn't yet been considered before reaching the revised port. I'm sure there are other transformers that could benefit from similar treatment.

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.

1 reply

chriswilson
Enthusiast
Forum|alt.badge.img+22
  • Enthusiast
  • October 18, 2021

Another option is prefixing or suffixing, for example either if the transformer (such as the FeatureMerger) supports it or using a BulkAttributeRenamer to tag those attributes before sending them to a subsequent transformer.