/xml-json-csv-converter

XML, JSON, CSV Converter

Primary LanguageCGNU General Public License v3.0GPL-3.0

XML-JSON-CSV Converter

Simple conversion application that runs on terminal.

It is capable of the following conversions:

  • XML to JSON
  • JSON to XML
  • XML to CSV
  • CSV to XML
  • JSON to CSV
  • CSV to JSON

Extra feature:

  • Converting XML's with attributes to CSV, with underscoring the tag such as "employee_firstName".

There might occur an error while converting some JSON formats to XML.