Skip to main content

XMLMerge is simple tool to merge multiple xml files.

Project description

xmlmerge

XMLMerge is simple tool to merge multiple xml files.

How to Install

pip install xmlmerge

Usage

$xmlmerge file1.xml file2.xml > file3.xml
$xmlmerge tests/*.xml > combine.xml

How end file looks like

<products>
    <product id="9999">
        <a>1234</a>
        <b>1234</b>
    </product>
<product id="5678">
        <a>1234</a>
        <b>1234</b>
    </product>
</products>

Contact

Contact Kiran Kumar Kotari kirankotari@live.com with any suggestions or comments. If you find any bugs please fix them and send me a pull request.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xmlmerge-1.1.4.tar.gz (6.8 kB view hashes)

Uploaded Source

Built Distribution

xmlmerge-1.1.4-py3-none-any.whl (7.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page