How do I split a large xml file?

后端 未结 7 2030
小鲜肉
小鲜肉 2021-01-02 14:05

We export “records” to an xml file; one of our customers has complained that the file is too big for their other system to process. Therefore I need to split up the file,

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-02 14:38

    xml_split - split huge XML documents into smaller chunks

    http://www.perlmonks.org/index.pl?node_id=429707

    http://metacpan.org/pod/XML::Twig

提交回复
热议问题