Skip to content

A PHP class that converts JSON array's to CSV files.

Notifications You must be signed in to change notification settings

axelschelfhout/JSON-to-CSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

JSON-to-CSV

To convert JSON to CSV:

$jsonToCSV = new JsonToCSV();
$jsonToCSV->convert('filename.json', 'filename.csv');

Have fun!

About

A PHP class that converts JSON array's to CSV files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages