SMART ETL
|
|
It is a client/server function that contains three sub-functions to manage extraction, transformation, and loading of data from all Data sources to central data model,
 |
Extraction sub-function is to be used to specify the data elements to be loaded, the data sources, and loading schedules. |
 |
Transformation sub-function is to be used to specify the aggregation algorithms mapping, data validation, and data cardinalities |
 |
Loading sub-function is all about loading the aggregate data into the destination tables that is to be used for decision support |
|
|
|