Question

statistics calculation according to a particular feature

  • 14 April 2020
  • 1 reply
  • 0 views

Badge +1

h? All;

 

There is a yield of 30 thousand lines .

 

I want to calculate statistics by grouping by a column.

 

I have to print the total number of values in the column I want to calculate. my data =>

I make group according to mahalle_uavt column.

 

I want to calculate the BASVURU_TIPI column.

 

how many 'TALEP' values are there.

as a result ==>

 

 

I couldn't do it with StatisticsCalculator.

I could not get what I wanted with UniqueValueLogger. (no group_by)

 

how can i do the fastest way.

 

Thank You.

 


1 reply

Badge +2

@ssisman06 try the AttributeTransposer transformer from FME HUB as described here

Reply