How to append a start tag and end tag to a big file

  • Thread starter Thread starter Avatar 123
  • Start date Start date
A

Avatar 123

Guest
Hi All,


I have a log file with a size of 100+MB in the below format and before loading this file to an xml document i have to add a start tag and end tag to the below content <root></root> and have to load in runtime.

<child>sometext</child>

<child>sometext</child>

<child>sometext</child>

<child>sometext</child>


Can somebody help me in how to do this

Continue reading...
 
Back
Top