By valengrandelski - 8/7/2014
I am running a script using batch elements and I would like a data file output that is 1 big file of all my data from the different scripts within the batch elements. Is there a way to do this? Can I use a <summarydata> element? Thanks.
|
By Dave - 8/7/2014
No. <batch> elements don't create any data, so there is nothing they could record. Every script they run creates its separate data file(s) which you may merge later if you so desire. If you don't want that, you need to create a single script out of the various, separate ones -- that would be the only way to generate a single file containing all of the data.
|
|