Can some one please advise as to how I can generate the below logic using Informatica 6.2
Here is description
Source data (database data)
A B C D (Column)
1 N Y N
2 Y Y N
3 Y Y Y
Target Data
A Val COL
1 N B
1 N D
2 N D
This is the input data coming from ORCL database
now when ever I see a "N" in the data I need to log this data into a target table as shown above
Whenever there is a "N" in source a new line in the target has to be created , as show above.
Here is description
Source data (database data)
A B C D (Column)
1 N Y N
2 Y Y N
3 Y Y Y
Target Data
A Val COL
1 N B
1 N D
2 N D
This is the input data coming from ORCL database
now when ever I see a "N" in the data I need to log this data into a target table as shown above
Whenever there is a "N" in source a new line in the target has to be created , as show above.