Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devogaldino/xml_to_csv

Simple project to convert xml to csv.
https://github.com/devogaldino/xml_to_csv

converter csv python xml

Last synced: 10 days ago
JSON representation

Simple project to convert xml to csv.

Awesome Lists containing this project

README

        

# XML TO CSV

Simple project to convert xml to csv

## Args Description

**csv_path**: path for csv file

**csv_name**: csv file's name

**show_process**: boolean [true or false] to show the conversion process

## How to Run

* Run this command on terminal to install project requirements:
```bash
pip install -r requirements.txt
```

* To convert, type on terminal:

```bash
csv_path csv_name show_process
```