Data Transformation
An amount of data transformation will almost certainly need to be performed. For example, the source may supply more fields than are required; these fields will need to be stripped during the load. The source fields may be in formats different from that of the RDBMS you are using, requiring the format to be changed. There is often a requirement for a single field to be broken into two, or for multiple fields to be compacted into one. Extra fields, such as a sequence number to be used as a unique identifier, may need to be added. Other fields may need to be derived from some combination of the supplied data and data already in the data warehouse. If more complex data mapping or transformation is required, you will need programs to carry out the transformations. You may need to look at using a copy management or transformation tool.
If the data is being transferred directly via a gateway product into the database rather than by file, the load manager can use the gateway product itself to check how many records are to be transferred. It can then check at the data warehouse end that -the correct number of records have been transferred. However it is done, these checks must be implemented to ensure that all the correct data makes it from source to data warehouse. You also need to ensure that no data gets loaded twice.
iEntry 10th Anniversary
News
Articles