Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tschoffelen/csv-hero
π¦Έβ The easiest tool to merge, filter and mangle CSV and JSON files.
https://github.com/tschoffelen/csv-hero
csv json webapp
Last synced: about 2 months ago
JSON representation
π¦Έβ The easiest tool to merge, filter and mangle CSV and JSON files.
- Host: GitHub
- URL: https://github.com/tschoffelen/csv-hero
- Owner: tschoffelen
- License: mit
- Created: 2020-11-03T16:50:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T13:54:32.000Z (5 months ago)
- Last Synced: 2024-08-07T10:49:51.156Z (5 months ago)
- Topics: csv, json, webapp
- Language: JavaScript
- Homepage: https://csvhero.schof.co
- Size: 879 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# π¦Έβ CSV Hero
**A simple web app to transform CSV and JSON files.**
CSV Hero helps you to format, filter and convert CSV and JSON files. Need to generate a CSV from a JSON file, but only want to include rows that contain the word 'cow'? CSV Hero can help with that.
**[csvhero.schof.co](https://csvhero.schof.co)**
---
## Development
To work on this project locally, run the following commands in the project root:
```shell
yarn
yarn start
```## Deployment
This project is automatically deployed when new code is pushed to the `master` branch using [Netlify](https://www.netlify.com).