walkerline117
7 years agoContributor
Does the CSV formatter snap aggregate the input documents
Hi.
If we have 5 input documents for a CSV formatter snap, how many output documents I will get from the CSV formatter?
My observation now is that CSV formatter snap will group all input documents into one and output only one big CSV file.
Is there a way to change the behavior of this? In my example, if I have 5 input documents, how to config so CSV formatter snap can output 5 output documents/files?
Thanks
Found the resolution in Passing XML to SOAP Execute Snap.
#evaluate($xml) is what goes into the customised envelope