Convertor between data formats CSV, XML, JSON.
● The tool takes command line arguments according to the formats you want to convert
between them. A typical command line usage is as follows: python <filename> <input file> <output file/xsd file> <type>
● The first argument, <output file>
, refer to the target filename, or XSD file. The last argument,
4=JSON to XML, 5=CSV to JSON, 6=JSON to CSV,7=XML validates with XSD)
● The sample command line usage converting from XML to JSON as follows: python student_id.py test.xml test.json 3