# Global settings for the longitudinal study data processing # Path data folder data_directory: "data" # Folder containing all questionnaire YAMLs (relative or absolute path) questionnaire_directory: "config/questionnaires" # Map wave numbers to the data file for that wave data_file_for_each_wave: 1: "HMC_wave1_cleaned.csv" 2: "HMC_wave2_cleaned.csv" 3: "HMC_wave3_cleaned.csv" 4: "HMC_wave4_cleaned.csv" 5: "HMC_wave5_cleaned.csv" 6: "HMC_wave6_cleaned.csv" # explicit map from wave number to its config config_file_for_each_wave: 1: "config/waves/wave1.yaml" 2: "config/waves/wave2.yaml" 3: "config/waves/wave3.yaml" 4: "config/waves/wave4.yaml" 5: "config/waves/wave5.yaml" 6: "config/waves/wave6.yaml" # configurate the output database output: database_path: "results/HMC_data.sqlite" export_csv: true export_excel: true csv_output_directory: "results/csv" excel_output_directory: "results/excel" # Name of the created PDF file for database documentation (optional) api_reference_pdf: "database_api_reference.pdf"