featuregood first issue
Repository metrics
- Stars
- (13 stars)
- PR merge metrics
- (PR metrics pending)
Description
Currently we only load configs via JSON file but should be able to ingest CSV as well, this mostly means spec'ing out how to convert flat CSV columns to nested JSON when loaded.
- Decide upon naming convention
- Build conversion function
- Test test test