Skip to main content
Solved

Listing of used value in an Attribute

  • January 17, 2019
  • 4 replies
  • 13 views

Hi dear

 

Is ist possible to get a list of used values in an Attribute?

I have data in the inspector (100000 an more) and i will know which values are in one Attribute used.

thanks for an answer.

 

Best answer by danilo_fme

Hi @hannes

Please, take a look on the transformer ListBuilder.

 

In this transformer you choose the attribute that you want to get list of value.

 

Thanks,

Danilo

 

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.

4 replies

danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2077 replies
  • Best Answer
  • January 17, 2019

Hi @hannes

Please, take a look on the transformer ListBuilder.

 

In this transformer you choose the attribute that you want to get list of value.

 

Thanks,

Danilo

 


takashi
Celebrity
  • 7843 replies
  • January 18, 2019

I assume that you have two datasets, one is a list of numbers (100000 and more), another contains features which should be selected if its attribute matched a number from the first dataset.

If my assumption above was correct, a possible way is to use the FeatureMerger in this context.

  1. Send the data from the 1st dataset (list of numbers) to the Requestor port.
  2. Send the features from the 2nd dataset to the Supplier port.
  3. Set attribute to be compared to the Join On parameter.
  4. Check the Process Duplicate Suppliers if the Supplier features could duplicate on the attribute value.

The data containing a number used in the 2nd dataset would be output via the Merged port.

Hope this helps.


  • Author
  • 1 reply
  • January 18, 2019

Thanks for your answer - that is that what i want

 

best regards

hannes


danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2077 replies
  • January 20, 2019

Thanks for your answer - that is that what i want

 

best regards

hannes

nice feedbak, thanks!