Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 668 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 668 Bytes

Extract Finess data in a (real) CSV file

This work is still in progress

Download files

  • clone this repository
  • Download data from this page, 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