Want to see if anyone has done something similar to this. I have a few ideas on how to handle this, but I’d rather not have a lot of moving parts, and want to try to not have to test this repeatedly.
So we’re doing a batch file, but the downstream system can only handle (or only wants to handle) a specific number messages, once a day. Splitting the bulk message into subsets of messages isn’t a difficult, that is in place. What I’m wanting to do from here is only pick up one of those split groups per day. So the bulk split may create 5 different files, I want the fileset-local to only pick up one of those a day. Can this be done natively?
If not, it would probably take a scheduled task via cron/scheduler to rename a file once a day to something the inbound can pick up, but I’m hoping to avoid that to simplify troubleshooting.