onaio/gisida

Support CSV formatted configurations

Open

#301 opened on Jun 6, 2019

 (0 comments) (0 reactions) (1 assignee)JavaScript (4 forks)auto 404
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

Contributor guide