Giter VIP home page Giter VIP logo

boda-nokiacmdataparser's Introduction

Build status

boda-nokiacmdataparser

Parses Nokia RAN configuration data XML files to csv. It parses 2G, 3G, and 4G configuration management XML files.

Below is the expected format of the input file:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE raml SYSTEM 'raml20.dtd'>
<raml version="2.0" xmlns="raml20.xsd">
  <cmData type="actual">
    <header>
      <log dateTime="2015-11-04T17:41:27" action="created" appInfo="ActualExporter">UIValues are used</log>
    </header>
    <managedObject class="XXX" version="XXX" distName="XXXX" id="XXXXX">
      <p name="name">XXXX</p>
      ...
    </managedObject>
    <managedObject class="XXX" version="XXX" distName="XXXX" id="XXXXX">
      <p name="XXX">XXXX</p>
      <list name="XXX">
        <item>
          <p name="XXX">XXX</p>
          <p name="XXX">XXX</p>
        </item>
        <item>
          <p name="XXX">XXX</p>
          <p name="XXX">XXX</p>
        </item>
      </list>
      ...
    </managedObject>
   </cmData>
</raml>

Usage

usage: java -jar boda-nokiacmdataparser.jar
Parses Nokia RAML20 configuration management XML data files to csv.

 -c,--parameter-config <PARAMETER_CONFIG>   parameter configuration file
 -h,--help                                  show help
 -i,--input-file <INPUT_FILE>               input file or directory name
 -o,--output-directory <OUTPUT_DIRECTORY>   output directory name
 -p,--extract-parameters                    extract only the managed
                                            objects and parameters
 -v,--version                               display version

Examples:
java -jar boda-nokiacmdataparser.jar -i raml20_dump.xml -o out_folder
java -jar boda-nokiacmdataparser.jar -i input_folder -o out_folder

Download and installation

The lastest compiled jar file is availabled in the dist directory. Alternatively, download it directly from here.

Requirements

To run the jar file, you need Java version 1.8 and above.

Getting help

To report issues with the application or request new features use the issue tracker. For help and customizations send an email to [email protected].

Credits

Bodastage - [email protected]

Contact

For any other concerns apart from issues and feature requests, send an email to [email protected].

Licence

This project is licensed under the Apache 2.0 licence. See LICENCE file for details.

boda-nokiacmdataparser's People

Contributors

erssebaggala avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

boda-nokiacmdataparser's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.