Avatar

Correct answer by
Community Advisor

Hi,

 

I'm not sure what that setting does, probably something with budgeting and/or MRM.

To concatenate files from deliveries, use a post-processing workflow on the routing account or service provider: Check if current delivery is last delivery in the group (e.g. 5 files exist, 5 expected), and if so use js to execCommand('cat groupid_*.txt > groupid.txt') or write out all the code to read and write the files.

 

Thanks,

-Jon

View solution in original post