Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Newbie : batching the input XML files › Re: Newbie : batching the input XML files
December 13, 2006 at 2:40 AM
#16868
Hi,
I am currently using a custom pipeline to debatch a XML file. How can i get the records count.
<xml>
<record1>
<field>
</field>
</record1>
<record2>
<field>
</field>
</record2>
</xml>
I read some where, ths can be done by promoting some fields. But not aboe to search the post again. Any guidence is much appreciated.
Thanks in advance.