Closed DavidBrownlee closed 8 months ago
Do you have a test dataset and example configs for this? Was thinking we could add in the sample_inputs
dir
The validation step of the existent test cases is sufficient to test this new mapping function. donors.csv and test2moh.csv were updated to include test cases.
Includes a minor correction to sample_inputs/moh_template.csv
Accept date intervals (+/- integers), given a specified date_resolution ("month" or "day"). Convert to JSON format to be stored in the DB.
Also corrects a bug in earliest_date() that arises if a non-indexed (non-list string) date field is defined in the manifest as the earliest_date.
mapping_functions.md updated accordingly.