|
| Total Answers and Comments: 4 |
Last Update: August 19, 2009 Asked by: riyazz.shaik |
|
| | |
|
Submitted by: tisha24 Extraction means getting data from different/single source and loading into the staging database, in other words brining the data from different sources (like databases or flat diles) into the datastage(or any ETL tool) for further processing.
In the extraction we will ensure the nullability and cleansing the data.
Transformation: where we have to implement the following:
1.the business logics to the necessary fields, 2.populate the primary and foreign keys, 3.aggrecation of data. 4.Data conversion if necessary 5.implmentation of SCD's
Above answer was rated as good by the following members: senthamizharasu | Go To Top
|