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

https://github.com/adibaba/xmltotext

XML to text (CSV) converter in Java
https://github.com/adibaba/xmltotext

Last synced: 2 months ago
JSON representation

XML to text (CSV) converter in Java

Awesome Lists containing this project

README

        

XmlToText (Java)
================

Parses a XML file, extracts values of XML attributes,
and writes CSV (comma-separated values) to a new text file.
The text file is created in the directory of the source file.

Website: https://github.com/adibaba/XmlToText

Call: java -jar XmlToText.java [OPTION]

XmlToText.java -h/--help Shows this information.
XmlToText.java Shows dialog and parses selected file.
XmlToText.java [FILE] Parses [FILE].

I used it for the XML of the Android App "SMS Backup & Restore"

Download: [XmlToText.jar](https://github.com/adibaba/XmlToText/releases/download/0.1/XmlToText.jar)