jehiah / json2csv

command line tool to convert json to csv
MIT License
802 stars 94 forks source link

Support for delimiter flag #19

Closed seenickcode closed 11 years ago

seenickcode commented 11 years ago

I needed to use tab separated .csv files, not comma. So I added the ability to specify -d flag. So if you wan to use a tab, for example, use -d $'\t' or a pipe -d '|'

jehiah commented 11 years ago

awesome idea. Thanks @modethree3

seenickcode commented 11 years ago

Thanks! My first go code on GitHub :)

Sent from my iPhone

On Nov 11, 2013, at 3:00 PM, Jehiah Czebotar notifications@github.com wrote:

awesome idea. Thanks @modethree3

— Reply to this email directly or view it on GitHub.