Hi!
In Biztalk 2006 I have a custom pipeline that split a file into many files, before each file get mapped. In the send pipeline I use "Use Temporary file for writing". My question is: When splitting messages and use "Use Temporary file for writing", will every one of the splitted files be moved to the out folder from the temp folder at the same time or is each one of the splitted files moved to the out folder as soon as it's done, not waiting for the other files? The files are very smal so I haven't found out. I just want to know the standard behaviour so I don't have to use much time to create big files and watch the result. Thanks for help :)