Skip to content

JsonToCSVMerger is able to merge a big amount of Json files (containing multiple, nested entries) into one CSV

Notifications You must be signed in to change notification settings

jerome155/JsonToCSVMerger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JsonToCsvMerge is a quick and dirty tool to merge multiple files each containing multiple Json entries into one big CSV file. The current implementation is capable of detecting nested objects (1 layer deep) that have been nested by using {} curly brackets (not the [] ones as it would be normally used). Json files not containing any nested content will run just fine.

Usage:

Use Cmd to start. Argument 1: Path to the highest level folder that contains all Json files to be merged.

About

JsonToCSVMerger is able to merge a big amount of Json files (containing multiple, nested entries) into one CSV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages