Question

i need to find number of time same value in particular list

  • 2 February 2023
  • 5 replies
  • 0 views

FME_temp


5 replies

Userlevel 3
Badge +26

If it's in list format, you can use the ListHistogrammer. If this is simply attributes on features, you can use the StatisticsCalculator with Group Processing set to path_filename. The parameter you want to output is the total_count statistic. From the Summary port, you would receive one feature for each unique value with a total count attribute appended.

Userlevel 4
Badge +30

Hi @malikusama95​ 

 

I suggest you to use the transformer StatisticsCalculator:

 

Sta 

Thanks in Advance,

 

Danilo

Hi @malikusama95​ 

 

I suggest you to use the transformer StatisticsCalculator:

 

Sta 

Thanks in Advance,

 

Danilo

i want count of same value

Hi @malikusama95​ 

 

I suggest you to use the transformer StatisticsCalculator:

 

Sta 

Thanks in Advance,

 

Danilo

thanks

Badge +8

There are a few different ways to achieve this using StatisticsCalcular or Adjacent Features in AttributeManager

Count Same Values in List 

Reply