- Python installed
Run the below commands:
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
Each of the folders contains different Python programs that can be used to convert CSV file into JSON format.