This feature will serve to capture UK SIC data, prepare it and then insert into a database.
Potential steps
[ ] Download a fresh copy of the data from the UK SIC CSV Condensed Download, or parse the parent page for the link, find the download and then, download the data. The URLs for this location can be stored in company_dns.conf in the topmost directory.
[ ] Prepare the data for insertion into the database follow the ETL code lib/prepare_sic_data.py and create a new file, likely called lib/prepare_uk_sic_data.py.
[ ] In lib/prepare_db.py follow how the functions for creating the existing SIC tables are done, but create new ones for the UK
Introduction
This feature will serve to capture UK SIC data, prepare it and then insert into a database.
Potential steps