|
mackdoyle -> Break up message into multiple files (31 January 2008)
|
I have a simple orchestration that picks up about 500k records using a SQL Query on a receive port. It maps the incoming message into a FF format and creates the flat file. I would like to break it up so that a file gets created for every 100k records. So if 500k records were picked up, it would create 5 text files. I have thought of a few ways to do it but have been unsuccessful. I would think this would be built into the send pipeline or something. Any help would be apreciated.
|
|
|
|