bedatadriven / activityinfo-R

ActivityInfo R Language Client
https://www.activityinfo.org/support/docs/R/
17 stars 12 forks source link

Implement validation checks on records for unconditionally required fields #113

Open jamiewhths opened 8 months ago

jamiewhths commented 8 months ago

When importing records via the R package, fields which are marked as "unconditionally" required in the form schema -- that is, there are no other relevance rules set on the field -- should be enforced before importing into ActivityInfo. This is a small measure which should help to improve data quality on records imported via R scripts.