Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/medialab/csv-rinse-repeat
CSV grooming, the JS way
https://github.com/medialab/csv-rinse-repeat
Last synced: 2 months ago
JSON representation
CSV grooming, the JS way
- Host: GitHub
- URL: https://github.com/medialab/csv-rinse-repeat
- Owner: medialab
- License: mit
- Created: 2015-03-04T14:53:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-07-08T15:06:22.000Z (over 5 years ago)
- Last Synced: 2024-11-04T04:32:06.421Z (3 months ago)
- Language: JavaScript
- Homepage: http://tools.medialab.sciences-po.fr/csv-rinse-repeat/
- Size: 5.15 MB
- Stars: 21
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - medialab/csv-rinse-repeat - CSV grooming, the JS way (others)
README
# CSV Rinse Repeat - CSV grooming, the JS way
### The idea
You have a CSV and you need to transform it into a better CSV, which includes filtering, clustering, parsing, merging, (...) and matching regular expressions. Why not doing it in JS? You're welcome.### Just use it
http://tools.medialab.sciences-po.fr/csv-rinse-repeat/### Installing
```sh
# install dependencies listed in bower.json
$ bower install
```### Using
Browse to the ```app/``` directory, upload a CSV, add visualizations, code javascript.