项目作者: mehmetalpsumer

项目描述 :
XML, JSON, CSV Converter
高级语言: C
项目地址: git://github.com/mehmetalpsumer/xml-json-csv-converter.git
创建时间: 2017-03-19T18:19:30Z
项目社区:https://github.com/mehmetalpsumer/xml-json-csv-converter

开源协议:GNU General Public License v3.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.