XML Split of a Large file

前端 未结 10 1546
心在旅途
心在旅途 2021-01-04 00:41

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

10条回答
  •  余生分开走
    2021-01-04 01:07

    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?

提交回复
热议问题