The Social Registry (SR) gathers registrants'/applicants' data through various mechanisms, one of which includes ODK forms to import data housed within ODK Central.
OpenG2P has built an ODK Importer module. It is specifically designed to tailor, configure the required field based on the ODK (Open Data Kit) form, and import the beneficiaries' relevant ODK form into SR module. ODK forms are customised in compliance with project requirements using the JSON Formatter. The benefits of using ODK Importer are:
- Streamlines data transfer from ODK forms directly into SR modules.
- Eliminates manual data entry, improves data accuracy, and efficiency in data management.
- Provides data import for automatic updates using the automated scheduler.
Feature | Functionality |
---|---|
Data Import |
|
Test Connection |
|
Import Records |
Note: This feature is used when you want to retrieve data in bulk. |
Fetch Records |
Note: Make sure you have completed the Configuration procedure to use this feature. To learn more on this feature, refer Import Specific ODK Form. |
Automated Data Processing |
|
Automated Scheduler |
|
{% embed url="https://miro.com/app/board/uXjVKcYGOyg=/?share_link_id=96965246843" %}
- User initiates import: User selects the desired ODK form and configures import options.
- Data Mapping: User establishes a mapping between corresponding fields in the ODK form using JSON-formatter (PYJQ) and the OpenG2P system.
- Connection & Data Retrieval: Module connects to ODK Central and retrieves data based on the selected form and import options.
- Data Import: Extracted data is imported into the designated fields within the OpenG2P system.
- Import Status Update: User receives notification of successful import completion or encounters any errors.
- ODK Form: This is the source of data collection through the ODK. ODK forms are used to collect various types of data, such as beneficiary information in a structured format.
- Mapping: Mapping defines the correspondence between fields in the ODK form and the OpenG2P system. It ensures that data collected in the ODK form is accurately mapped to the corresponding fields within the OpenG2P system.
After the ODK configuration, the fields/parameters in the ODK form are mapped to the relevant fields in SR module using the JSON formatter. Navigate to the path Social Registry -> ODK -> ODK Import -> New. To learn more on ODK Import, refer to Configure and Import ODK Form.
Here is the sample ODK import configuration form.
After the computation of required fields in SR, the SR module built on Odoo platform needs to be integrated with ODK Central to facilitate data collection and integration. SR module must be set up to automatically pull data from the ODK forms located in the ODK Central. Navigate to the path Social Registry -> ODK -> Configuration -> New. To learn more on Configuration, refer to Configure and Import ODK Form.
Here is the sample Configuration screen.
https://github.com/OpenG2P/openg2p-importers/tree/17.0-develop/g2p_odk_importer
- Utilizes APIs to communicate with ODK Central for data retrieval.
- Implements error handling mechanisms for robust import processes.
Below is the documentation link for the APIs used in the ODK configuration between ODK Central and SR.
Odoo installation