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.
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.
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
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.
The data containing a number used in the 2nd dataset would be output via the Merged port.
Hope this helps.
Thanks for your answer - that is that what i want
best regards
hannes
Thanks for your answer - that is that what i want
best regards
hannes
nice feedbak, thanks!