Skip to main content
Released

Tester: get unique attribute values

Related products:FME Form
  • January 10, 2017
  • 8 replies
  • 71 views

Forum|alt.badge.img

In stead of typing in the right attribute value in de tester parameters, one should be able to select the attribute value from a populated unique values list for a specific field. This option would be the equivalent of the Arcmap "Get unique values" button in the select by attribute dialog box and has two major advantages for more complicated attribute values:

- selecting is faster then typing in

- selecting decreases the chance of typing errors to 0.

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.

8 replies

jdh
Contributor
Forum|alt.badge.img+40
  • Contributor
  • January 11, 2017
This could only work for attributes that are part of a source dataset that could be read in (like the import button of the AttributeValueMapper). Attributes created or modified on the fly, could not be known (unless you want to run the workspace to that point).

 

 

 


erik_jan
Contributor
Forum|alt.badge.img+26
  • Contributor
  • January 12, 2017
This needs a source for the values (could be different from the source of the workspace) like in the AttributeFilter transformers Import function.

 

 


jkr_wrk
Influencer
Forum|alt.badge.img+37
  • May 30, 2018

Something like this could be done with the new feature caching function of FME 2018. You could run up to a point, set the next transformers and run further.

So instead of importing data one could click run to here from last up to date transformer, and then pick from an unique value list. This could be the next big improvement in developing a workspace. This could become a change as you go workflow, instead of change and re-run.


meijer
Contributor
Forum|alt.badge.img+3
  • Contributor
  • November 2, 2018

I totally agree, with the new feature caching this should be possible.

 

With many other transformers as well.

ekkischeffler
Contributor
Forum|alt.badge.img+7
  • Contributor
  • December 19, 2018

Same could work for the AttributeExposer (Idea here)


Forum|alt.badge.img+6
Great news! This has been released in Tech Preview for 2020.1. What you can expect: Test clauses and conditionals

Anywhere there is a conditional or a test clause and you have cached data available, you will be able to populate the right value with values from that cached data! No more guesswork—Get the values straight from the source.

 

 

If you do give this a try, please share your feedback here. There are ways we can push this functionality further, but we would love to hear your thoughts on where we could improve, what is working, what is not...All feedback welcome!

 

 

Happy FME-ing!

Forum|alt.badge.img+6

And that’s exactly what we were able to put into tech preview for 2020.1! Feature caching paved the way :)


nielsgerrits
VIP
Forum|alt.badge.img+66

Very cool!