Created
February 21, 2014 23:50
-
-
Save kelseyhightower/9146173 to your computer and use it in GitHub Desktop.
csv2json-cli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./main -infile famous-gophers.csv | |
[ | |
{ | |
"Date": "1947", | |
"Name": "Mac", | |
"Title": "The Goofy Gophers" | |
}, | |
{ | |
"Date": "1947", | |
"Name": "Tosh", | |
"Title": "The Goofy Gophers" | |
}, | |
{ | |
"Date": "1966", | |
"Name": "Samuel J. Gopher", | |
"Title": "Winnie the Pooh" | |
}, | |
{ | |
"Date": "1968", | |
"Name": "Chief Running Board", | |
"Title": "Go Go Gophers" | |
}, | |
{ | |
"Date": "1968", | |
"Name": "Ruffled Feathers", | |
"Title": "Go Go Gophers" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment