Skip to main content

I'm sure the transformer is somewhere, but I simply cannot find a transformer that would accept

  • stream of features with attributes
  • value to calculate

..and it would calculate this value into the designated field.

 

 

Example: I have a statistic calculator that I need a _max value from. I want to feed this value to all the records in the stream into a field _max. I will then use the counter to assign the ids.

How can I achieve that?

Thank you

 

 

"I have a statistic calculator that I need a _max value from. I want to feed this value to all the records in the stream into a field _max. I will then use the counter to assign the ids."

Can you just not use the complete output port from the statistics calculator?


Reply