Skip to content
Snippets Groups Projects

Conversion of services data

Merged Remco Tukker requested to merge feature/COMP-255_services_prefills into develop
2 files
+ 18
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -5,6 +5,7 @@ conversion
This module loads the survey data from 2022 from the survey database
and stores the data in the json structure of the new survey, so that
it can be used to prefill the 2023 survey.
It also loads an xlsx file with the data for the services questions.
"""
import logging
Loading