Group By
This is used to group items in an array by an expression.
Group by field
Given a sample.yml file of:
then
will output
Group by field, with nulls
Given a sample.yml file of:
then
will output
Last updated