OpenDataScotland / the_od_bods

Collating open data from across Scotland
MIT License
20 stars 18 forks source link

Issue223 #260

Open paul-bradbeer opened 11 months ago

paul-bradbeer commented 11 months ago

Description

Previously, the usmart api script (usmart.py) outputs to a .csv which is then ingested into merge_data.py. This should be converted to a .json output to keep consistent with the rest of the project.

Changes done in a way which allows a mix and match approach while other providers are switched from csv to json

Motivation and Context

See original ticket

How Has This Been Tested?

Unit tests (pytest) written for JSON objects and testing reading/writing of the same

Screenshots (if appropriate):

Types of changes

Checklist: