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
- Host: GitHub
- URL: https://github.com/adibaba/xmltotext
- Owner: adibaba
- Created: 2015-01-30T15:55:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-30T17:10:28.000Z (over 10 years ago)
- Last Synced: 2023-08-12T18:38:40.749Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 230 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/XmlToTextCall: 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)