split a XML file into pieces
Project description
xmlsplit
Cli utility for spliting a big XML file into smaller parts.
The breakpoint will be the element of depth one (below root) that does not fit in the specified maximum size. Each part created will have the same root element.
Usage:
xmlsplit size prefix [filename]
Eg:
xmlsplit 1000000 part_ mydata.xml
or:
cat mydata.xml | xmlsplit 1000000 part_
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
xmlsplit-0.1.2.tar.gz
(2.0 kB
view hashes)