Re: Problems with flatfile parsing

Home Page Forums BizTalk 2004 – BizTalk 2010 Problems with flatfile parsing Re: Problems with flatfile parsing

#20943

Hi,

I am a newbie learning Biztalk. 

My application goes as follows:

I have an input csv file with 4 rows. I put it in a input folder.  I need to split the message into 4 individual csv files (each row in a separate file) and the result should come in output folder.. I use receive and sent pipelines only. I also promoted all the fields using Property fields. i tried everything suggested above (except that i dont have an orchestration for my project as it is not needed in this case). 

The input message is being picked but I dont get output. The error is “The Messaging Engine encountered an error during the processing of one or more inbound messages. “

Can anyone help please?