Hello,
I am using BizTalk 2006 to receive a flat file containing several lines
that
I need to break and handle them individually.
To do this, I have configured the schema and the pipeline to dissasemble
the
flat file into several messages and this is working fine.
The issue only happens when I receive files with a large number of lines.
It
takes more than one hour to split all the messages on a flat file with
50,000
lines.
Do you guys have any idea on how to reduce the time required to split the
flat file in individual messages?
Thanks