Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/instantiator/json-to-smart-csv
- Owner: instantiator
- License: mit
- Created: 2023-07-15T17:18:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-15T12:49:46.000Z (4 months ago)
- Last Synced: 2024-09-15T14:20:59.778Z (4 months ago)
- Topics: converter, csv, json, tool
- Language: C#
- Homepage:
- Size: 75.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)