Skip to content

cieplak/json2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json2csv

$ cat test/books.json 
[
  {
    "author": "Haruki Murakami",
    "title": "Kafka on the Shore",
    "price": 25.17
  },
  {
    "author": "Haruki Murakami",
    "title": "Something",
    "price": 12
  }
]
$ cat test/books.json | ./bin/json2csv 
author,title,price
Haruki Murakami,Kafka on the Shore,25.17
Haruki Murakami,Something,12


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published