A simple Python tool to merge multiple JSON files into a single CSV file with structure validation.
- Load JSON files from a directory
- Validate data structure before merging
- Export combined data to CSV
- Skip files with mismatched schemas
Run the Jupyter notebook json-to-csv.ipynb
to see a complete demo with Star Trek crew data.
- Python 3.7+
- pandas