Bulk Load is a DHIS2 Web Application to generate templates (Excel sheets) for datasets and programs and import multiple data values (as aggregated or events) into DHIS2 instances.
New in release 3.27.0:
New features:
- Adds BundleMon action
- Improvements to multiple file import, Use formula+definedName as fallback on empty values
- Parse yes/no values to true/false to avoid validation errors with boolean attributes
- Include enrollment property for events because in the new endpoint POST /tracker this is is required for events
- add explicit type to array, update readme with script instructions
Bugfixing:
- Fix a problem that made stages in tracker program templates not get filled with the TEI by default
- fix i18n translations
- Remove comments in program stages to avoid error in excel
- updated response handling for /tracker/events and /tracker/trackedEntities to use a fallback (instances || (events/trackedEntities) || []
- updated /tracker/events payload to not include programStage when it is null
- use ouMode for calls to /tracker/trackedEntities
The work in this release was supported by WHO, OCBA and EST and implemented by EST
Full Changelog: v3.26.0...v3.27.0