jehiah / json2csv

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

Add flag for tab delimited output #24

Closed kmatt closed 7 years ago

kmatt commented 9 years ago

Added a flag for tab delimited output, as depending on shell, escaped string may need a prefix (ex. -d $'\t').

New flag also bypasses need for extra string to rune conversion.

jehiah commented 7 years ago

closing. The -d flag supports this functionality.