Hacker News new | ask | show | jobs
by instantiator 834 days ago
JsonToSmartCsv: https://github.com/instantiator/json-to-smart-csv

It's a little tool to help flatten JSON down to rows of CSV data.

If necessary it'll duplicate data in rows to achieve that (ie. if you need to iterate through objects within objects...)

It's highly configurable, so things can get fun and complicated if you need them to.