Home Page › Forums › BizTalk 2004 – BizTalk 2010 › 1 flat file to many XML › 1 flat file to many XML
April 28, 2006 at 1:14 PM
#13456
hai friends,
I have a flat file and i want to split into different XML documents.
My flat file looks like this :
@
kavitha
27
@
arava
35
@
I want to split each record into separate XML document as Output.
My output should look like
<name>kavitha</name>
<age>27</age>
I tried many times but i did not get the results.Can anybody give me a clue to do this.
Thanks in advance
kavitha