Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/devogaldino/xml_to_csv
- Owner: devogaldino
- Created: 2023-09-13T12:00:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-07T14:43:06.000Z (9 months ago)
- Last Synced: 2025-01-19T21:42:21.626Z (19 days ago)
- Topics: converter, csv, python, xml
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```