Skip to content

ejparnell/json-merge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

JSON to CSV Merger

A simple Python tool to merge multiple JSON files into a single CSV file with structure validation.

Features

  • Load JSON files from a directory
  • Validate data structure before merging
  • Export combined data to CSV
  • Skip files with mismatched schemas

Demo

Run the Jupyter notebook json-to-csv.ipynb to see a complete demo with Star Trek crew data.

Requirements

  • Python 3.7+
  • pandas

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published