Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/etalab/csv-gg
Create forms from Table Schemas and let users create valid CSV rows
https://github.com/etalab/csv-gg
csv table-schema validata
Last synced: 3 months ago
JSON representation
Create forms from Table Schemas and let users create valid CSV rows
- Host: GitHub
- URL: https://github.com/etalab/csv-gg
- Owner: etalab
- License: mit
- Archived: true
- Created: 2019-04-02T12:40:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T15:58:33.000Z (over 3 years ago)
- Last Synced: 2024-07-29T16:34:41.312Z (5 months ago)
- Topics: csv, table-schema, validata
- Language: Vue
- Homepage: https://csv-gg.etalab.studio
- Size: 17.8 MB
- Stars: 16
- Watchers: 7
- Forks: 3
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
⚠️ **This tool has been integrated to https://github.com/etalab/publier.etalab.studio and is not supported anymore.**
![](./public/assets/csvgg.gif)
This app dynamically generates a form based on a [TableSchema](https://frictionlessdata.io/specs/table-schema/) specification for a CSV file. It then uses a [Validata](https://git.opendatafrance.net/validata/) API to validate each row. The resulting CSV can be downloaded afterwards.
![](./screenshot.png)
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).## License
This repository is authored by DINSIC/Etalab.
The source code is available under the [MIT License](LICENSE).