Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XML Split of a Large file

Tags:

xml

I have a 15 GB XML file which I would want to split it .It has approximately 300 Million lines in it . It doesn't have any top nodes which are interdependent .Is there any tool available which readily does this for me ?

like image 661
sameer karjatkar Avatar asked Mar 31 '09 06:03

sameer karjatkar


People also ask

How can I open 1 GB XML file?

An XML file is a text file and you can open it with any text editor, even one as simple as Notepad.


1 Answers

XmlSplit - A Command-line Tool That Splits Large XML Files

  • http://xponentsoftware.com/xmlSplit.aspx

xml_split - split huge XML documents into smaller chunks

  • http://www.perlmonks.org/index.pl?node_id=429707
  • http://metacpan.org/pod/XML::Twig

Split that XML by bhayanakmaut (No source code and I could not get this one working)

  • http://sourceforge.net/projects/splitthatxml/

A similar question: How do I split a large xml file?

like image 138
Gfy Avatar answered Nov 16 '22 01:11

Gfy