jehiah / json2csv

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

Handling of null json value #18

Open jphines opened 10 years ago

jphines commented 10 years ago

json2csv currently turns null values to "", which is not always desirable

jehiah commented 10 years ago

A comment from zemirco/json2csv#14 (different json2csv package) suggested a configurable option about what the output value should be.