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

Add service_at_locations csv #20

Closed switzersc closed 5 years ago

switzersc commented 5 years ago

We need to create the service_at_locations CSV in HSDS format: https://openreferral.readthedocs.io/en/latest/hsds/reference/#service_at_location

You will need to add this to the locations section in the mapping.yaml file:

Services:
  model: service_at_locations
  field: service_id
  foreign_key_name: location_id
  foreign_key_value: Location_id
switzersc commented 5 years ago

closed with #27