Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 829 Bytes

File metadata and controls

29 lines (19 loc) · 829 Bytes

convert-xml-to-json 🚀

Turn messy XML datasets into clean, usable JSON—effortlessly.

convert-xml-to-json is a lightweight tool to process large XML files (like scrapped StackExchange datasets) and convert them into structured, easy-to-use JSON files. Perfect for data analysis, machine learning, or content migration.


🌟 Features

  • Extracts only the data you need from XML files
  • Converts XML to clean, readable JSON
  • Handles large datasets efficiently
  • Fully automates the XML → JSON workflow

🛠 Installation

Make sure you have the required dependencies installed (Python, Bash, etc.).

Clone the repository:

git clone https://github.com/arditbe/convert-xml-to-json
cd convert-xml-to-json
sudo apt install python3
pip install -r requirements.txt
python3 xmlclear.py