/REST-CSV-2-XML

A simple Python CSV to XML, JSON & HTML converter.

Primary LanguagePython

REST-CSV-2-XML-automation

This is a simple Python CSV to XML, JSON & HTML converter.

If you are using a MAC you can simply convert a CSV to XML from terminal. MACs have already python installed.

From your terminal simply browse to your local directory in which this repository resides & simply type

cd CSV_directory

python csv2xml.py test.csv

Where test.csv is your CSV file.

That's all.

Thanks.