Skip to content

arajpant/XMLParser

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages