To group multiple documents into one document, you’ll need to use a GroupByN snap configured like so:
![]()
Setting the group size to zero means that it will collect all of the input documents into a single output.
You can then use a Mapper to add the apiVersion header:
![]()