$ 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
-
Notifications
You must be signed in to change notification settings - Fork 0
cieplak/json2csv
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published