Hi,
In my DFT I have CSV file as source. The CSV file has class and course details. Course may have one or more classes. Separate DFT designed to get course details and put in to course table. In this DFT im trying to get class details and put into class table. I need to insert corresponding course id(FK refers to Course table) for the class in class table also.My DFT like,
Flat file sourceà Aggregate by classà Destination.
Before put into Class table I neeed to get courseId. Could you please help me how to get that?
I tried one apporach like Mulicast the dataset before aggreate oneset for aggregate. Another dataset for to take courseid. By using Merge join I tried to combine both data sets. But I dint get correct dataset.
thanks