Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moloch--/fortify-xml-converter

Convert Fortify XML documents to Excel spreadsheets.
https://github.com/moloch--/fortify-xml-converter

Last synced: about 1 month ago
JSON representation

Convert Fortify XML documents to Excel spreadsheets.

Awesome Lists containing this project

README

        

Fortify-XML-Converter
=====================

Convert Fortify XML documents to useful formats.

* GPLv2
* Outputs xlsx, csv, or pretty xml
* Parses DOM
* Xml and csv outputs are pipe-able

Usage
=======
```
usage: fxml2xlsx.py [-h] [--version] [--debug] --input INPUT [--output OUTPUT]
[--format FORMAT]

Convert Fortify reports to a friendly spreadsheet formats

optional arguments:
-h, --help show this help message and exit
--version, -v show program's version number and exit
--debug, -d enable debug stack traces
--input INPUT, -i INPUT
input Fortify report .xml file
--output OUTPUT, -o OUTPUT
ouput file (default: stdout)
--format FORMAT, -f FORMAT
ouptut format can be: xml, xlsx, or csv (default:
xlsx)
```