Json2Xml2Csv is an utility for converting data files. Currently only support JSON to XML. The others are still being implemented
After cloning or downloading Json2Xml2Csv, go into the project directory.
For JSON -> XML, run ./json2xml SOURCE_JSON_FILE_PATH
For XML -> JSON, run ./xml2json SOURCE_XML_FILE_PATH
The converted file will be in the same directory as this script
-o, --output OUTPUT_FILE_FULL_PATH
to set the location and/or the name of the output file