IntroductionΒΆ
AEPS ETL (Extract, Transform and Load) is the module which allows to extract the collected data in field and save into the central database. This module works in three steps:
Extracting information from raw data (those files could be Excel file, text file, i.e.).
Transforming information in the database format.
Loading of the data in the database. This step is splitted by two steps more: insert and update of records.
Source code is available at: https://github.com/CIAT-DAPA/aeps_platform_etl