
Download and Process KEFS (CATCH ASSESSMENT QUESTIONNAIRE) Catch Surveys from Kobotoolbox
ingest_kefs_surveys_v2.RdThis function retrieves KEFS (CATCH ASSESSMENT QUESTIONNAIRE) survey data from their dedicated Kobo instance, processes it, and uploads the raw data as a Parquet file to Google Cloud Storage.
Usage
ingest_kefs_surveys_v2(log_threshold = logger::DEBUG)Details
The function performs the following steps:
Reads configuration settings.
Downloads survey data from KEFS Kobo instance (kf.fimskenya.co.ke).
Checks for uniqueness of submissions.
Converts data to tabular format.
Uploads raw data as a Parquet file to Google Cloud Storage.
Note: Preprocessing, validation, and export stages for KEFS data are not yet implemented.