Denormalizer plugin

What is group field in denormaliser step? When to use group field?

Hi,

The ‘Group field’ specify the field that make up the grouping. It can be used when we want to denormalise the data and get result of aggregate functions like Number of Values, Average, min, max etc. on the group. Input must be sorted on grouping key to get correct results.