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
- Host: GitHub
- URL: https://github.com/koumoul-dev/finess
- Owner: koumoul-dev
- License: mit
- Created: 2018-04-23T22:53:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-04T12:54:33.000Z (over 3 years ago)
- Last Synced: 2025-02-16T10:16:05.114Z (9 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
- License: LICENSE.md
 
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