Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).