jehiah / json2csv

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

dicts with dots in keys can't be accessed #29

Open hansbogert opened 8 years ago

hansbogert commented 8 years ago

The following doesn't work

echo '{"FOO": {"BAR.BAR": "BURGER"}}' | json2csv -k FOO.'BAR.BAR' #or FOO.BAR.BAR
aviaryan commented 7 years ago

Hi @jehiah I would like to help with this issue. Can I work on this?