Click here to Skip to main content
15,881,938 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

In my package I have to use 5 flat file. 1) add 2) detail 3) dwr 4) npl 5) profession (text files). The DWR file will be used in the two different process in the same package.

steps

1) outer join between Add and Dwr

2) Outer join betwee Dwr and Detail

3) Outer join betwee npl and proffession

here if Dwr.txt is satify with add then its not merge with Detail else it merge with detail.

all files in the same dataflow. I can able to merge all the flat file but the problem is DWR. I have to show where it would be used at add process or at detail process.

I am new So please help me.
Posted
Comments
ZurdoDev 5-Sep-12 16:26pm    
This is a lot of questions. I would suggest looking at some samples online and then trying it and then come back if you have a specific question.
Kuthuparakkal 5-Sep-12 22:41pm    
post some pseudo logic and also column details of each data. Point join columns, and destination columns and any transformations, if any

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900