1
Uml Process / Re: How to Model ETL (Extract Transform Load) mapp
« on: September 11, 2008, 01:07:18 am »Quote
Hi ,
Create association classes between the source and target and name this class source_target_transform. Identify the input_attributes and output_attributes. The methods or operations are the transformation code.
Segun
Good idea. How do I identify the input and output attrubutes? I tried in the Details/Attributes form but I need to retype all the attributes. I cannot link them.
What I am trying to do is to is
1. Link Source Table colums --> transformation process --> Target Table columns.
2. document the transformation rules in the transformation process
3. With the table columns linked (not typed in) I get an impact analysis tool that helps me assess the impact when a source column changes.