Simple project to convert xml to csv
csv_path: path for csv file
csv_name: csv file's name
show_process: boolean [true or false] to show the conversion process
- Run this command on terminal to install project requirements:
pip install -r requirements.txt
- To convert, type on terminal:
csv_path csv_name show_process