Skip to content

philippewaty/JsonToCSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JsonToCSV

Simple program to convert JSON files to CSV.
It can convert simple JSON files to CSV.

Screenshot

WHERE TO DOWNLOAD

HOW TO USE

SAMPLE

[ { "Id": 1, "Name": "Mark" }, { "Id": 2, "Name": "Tom" }, { "Id": 3, "Name": "Bill" } , { "Id": 4, "Name": "John" } ]

It produce this:
Id;Name
1;Mark
2;Tom
3;Bill
4;John

About

Simple program to convert JSON files to CSV

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages