Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 658 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 658 Bytes

XML Parser

This project is based on Parsing the xml and dumping it to CSV.

  • Huge XML file can be parsed by just executing the xmlParser.py file.
  • dumping the result in CSV file.
  • Mostly used Parsed result for data analysis purpose.

#Steps or Guides to run the project.

  • Create a Virtual environment $ python3 -m venv env

  • Activate Virtual Environment

    $ source env/bin/activate

  • Install the following command for lxml. pip install lxml-4.6.3-cp310-cp310-win_amd64.whl

  • Install required Packages $ pip install -r requirements.txt

  • Testing :

    For testing run the following command

    $ python3 xmlParser.py