Home Page › Forums › BizTalk 2004 – BizTalk 2010 › 1 flat file to many XML › 1 flat file to many XML
April 28, 2006 at 4:16 PM
#13458
Use XPATH in The Orch…
Root
subroot
<name>YYY</name>
<age>11</age>
xpath(msg, \”count(//subroot)\”)
when ever you send input file, it will split on every subroot record.
you always get out like Name and age in single file…
try this hope this Helps
Reddy-