Skip to content

minaorangina/json-to-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

JSON to CSV

Tiny function that converts a JSON or a Javascript object to a comma-separated values (csv).

Useful for extracting data from your No-SQL database to a spreadsheet 😄

Usage

Will actually publish to NPM eventually.

For now, clone the repo and extract the file into your project.

The function accepts:

  • A Javascript object (stringified or not)
  • An array of objects (stringified or not)

About

converts JSON to CSV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published