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

https://github.com/koumoul-dev/finess

Extract Finess data in a (real) CSV file
https://github.com/koumoul-dev/finess

Last synced: 7 months ago
JSON representation

Extract Finess data in a (real) CSV file

Awesome Lists containing this project

README

          

# Extract Finess data in a (real) CSV file
This work is still in progress

## Download files
* clone this repository
* Download data from [this page](https://www.data.gouv.fr/fr/datasets/finess-extraction-du-fichier-des-etablissements/), take the file named `Extraction Finess des Etablissements Geolocalisés au 29/01/2018Extraction Finess des Etablissements Geolocalisés au 29/01/2018`

## Install libraries and run the script
You will need a recent NodeJS version (tested with version 8, should work with 6 and above)

```
npm install
node build-real-csv.js
```

The output is the file `etablissements_geolocalises_20180129.csv`

## TODO
* Reorganize this repo