-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ language: java | |
|
||
jdk: | ||
- oraclejdk7 | ||
- openjdk6 | ||
- oraclejdk8 | ||
|
||
notifications: | ||
email: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,25 +5,23 @@ XML to csv parser for 3GPP Bulk CM data files as defined by ETSI TS 132 615. | |
|
||
The parser will convert from XML to csv any XML file that is complaint with TS 132 615 such as Ericsson and ZTE. The parser creates a separate csv file for each Managed Object in the XML file. | ||
|
||
#Usage | ||
# Usage | ||
java -jar bulkcmparser.jar bulkcm.xml outputDirectory | ||
|
||
#Download and installation | ||
# Download and installation | ||
The lastest compiled jar file is availabled in the dist directory or get it [here](https://github.com/bodastage/boda-bulkcmparser/blob/master/dist/boda-bulkcmparser.jar?raw=true). | ||
|
||
#Requirements | ||
To run the jar file, you need Java version 1.6 and above. | ||
# Requirements | ||
To run the jar file, you need Java version 1.8 and above. | ||
|
||
#Getting help | ||
# Getting help | ||
To report issues with the application or request new features use the issue [tracker](https://github.com/boda-stage/boda-bulkcmparser/issues). For help and customizations send an email to [email protected]. | ||
|
||
#Credits | ||
[Bodastage](http://www.bodastage.com) - info@bodastage.co | ||
# Credits | ||
[Bodastage Solutions](http://www.bodastage.com) - info@bodastage.com | ||
|
||
#Contact | ||
# Contact | ||
For any other concerns apart from issues and feature requests, send an email to [email protected]. | ||
|
||
#Licence | ||
# Licence | ||
This project is licensed under Apache 2.0. See LICENCE file for details. | ||
|
||
|