How we can get unique records into one target table and
duplicate records into another target table??

Answer Posted / chetan

I/p
A
B
B
C
D
D

need to load A.C in one tgt and B,B,D,D in another target table.

SQ o/p should be given to aggregator. group by first column.create another port(v_count) with count(*).

SQ o/p should be passed to joiner to join aggr and SQ(source).

o/p looks like after joinning
A 1
B 2
B 2
C 1
D 2
D 2

use router to route v_count=1 and v_count=2 to different targets.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do you use Mapping Parameter and mapping variable?

1298


Explain what transformation and how many are there in informatica?

503


What is sequence generator transformation in informatica?

641


Differentiate between a database and data warehouse?

662


What the difference is between a database, a data warehouse and a data mart?

607






How do you use reject loader.

2080


What can we do to improve the performance of informatica aggregator transformation?

628


What is a joiner transformation?

574


How can you differentiate between powercenter and power map?

643


What is mapplet in informatica?

607


What is olap (on-line analytical processing?

653


How would you join a node to the already existing domain?

696


What's the layout of parameter file (what does a parameter file contain?)?

1931


my source is junk data how will u remove that junk data by using unix please any one replay me

3258


What is an expression transformation in informatica?

537