How can I take the contents of multiple documents, and aggregate them into a single document.
So for example, I have data for 14 students - 1 per document.
I’m feeding this to a soap execute that would perform better to submit once with 14 students than rather than 14 separate calls.
I hope this makes sense, thanks in advance for your ideas.