openreferral / hsds-transformer

Convert data into valid Human Service Data Specification (HSDS) datapackages. (Produced by the Open Referral Initiative.)
MIT License
11 stars 5 forks source link

Save phone numbers as individual phone records #1

Closed switzersc closed 5 years ago

switzersc commented 5 years ago

Right now there are phone numbers present in the locations, organizations, and services data. In HSDS, phone numbers are stored in their own table and linked to their parent record via a foreign key (e.g. service_id).

We want to pull out the phone numbers from these 3 input files and save them as phone records in a new phones.csv and maintain the correct foreign key links.

https://openreferral.readthedocs.io/en/latest/hsds/reference/#phone

switzersc commented 5 years ago

Closed by #12