Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/instantiator/json-to-smart-csv

Hammer arbitrary JSON into CSV records
https://github.com/instantiator/json-to-smart-csv

converter csv json tool

Last synced: about 16 hours ago
JSON representation

Hammer arbitrary JSON into CSV records

Awesome Lists containing this project

README

        

# json-to-smart-csv

**A simple tool to convert JSON data into CSV records.** This tool uses a set of rules to construct CSV records from a source JSON file. It can append to an existing CSV file or create a fresh file with headers.

See:

* [Documentation](https://instantiator.dev/json-to-smart-csv/)
* [Developer notes](docs/dev-notes.md)