I am converting xml to a flat file using BizTalk.
There is a limitation of the number for records that can be contained in flat file.
When this limitation is exceeded I need to produces a 2nd (or 3rd or 4th) flat file with the remaining records and each file never exceeding that maximum.
What is the easiest way to accomplish this?
What you need is this. The idea here is:
Check this for more clarity on debatching in your orchestration.