the_od_bods icon indicating copy to clipboard operation
the_od_bods copied to clipboard

Issue223

Open paul-bradbeer opened this issue 2 years ago • 0 comments

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

  • [x] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • [x] My code follows the code style of this project.
  • [ ] My change requires a change to the documentation.
  • [ ] I have updated the documentation accordingly.
  • [x] I have read the CONTRIBUTING document.
  • [xI have added tests to cover my changes.
  • [x] All new and existing tests passed.

paul-bradbeer avatar Nov 12 '23 16:11 paul-bradbeer