Re: XML. to flat file

Home Page Forums BizTalk 2004 – BizTalk 2010 XML. to flat file Re: XML. to flat file

#16931

Greg, I am receiving a flat file message and I call another orchestration to pre process my data. The problem is I am receving atleast 50 varites of data in my main orchestration and I Have this pre processor as a common component among all the 50. Therefore as sooin as u recv one msg I convert it to System.xml and i pass to my call orchestration . This saves me a lt of time regarding the maintenece of the preprocessor as everyone can convert their data into an system.xml and send it to this pre processor which can process the data, but after it is processed i want to send the original data and the preprocessed data to another location. I would like to send my original dta in the native format it was recvd (ie., flat file)

 PS can you please show me examples of how to do this

Thanks,

Jess