https://github.com/tchapi/cif_extractor
A tool that allows extraction of a complete CIF database in SQL
https://github.com/tchapi/cif_extractor
Last synced: 2 days ago
JSON representation
A tool that allows extraction of a complete CIF database in SQL
- Host: GitHub
- URL: https://github.com/tchapi/cif_extractor
- Owner: tchapi
- Created: 2019-08-02T13:10:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-02T13:10:57.000Z (over 6 years ago)
- Last Synced: 2025-06-05T03:55:01.754Z (8 months ago)
- Language: TSQL
- Size: 324 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cif Extractor #
Allows extraction of a complete CIF database in SQL, and in various languages from http://apps.who.int/classifications/icfbrowser/Default.aspx
### Setup ###
Put your database settings at the top of the file and then just run `php CifExtractor.php`.
If you want different languages, go on to http://apps.who.int/classifications/icfbrowser/Default.aspx, choose the language you want, copy the request cookie and use it in the configuration. Don't forget to change the language accordingly.
MIT License.