Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.