my source like dis

10,asd,2000
10,asd,2000
10,asd,2000
20,dsf,3000
20,dsf,3000
20,dsf,3000
like dis and my requirement is first record is inserted into
first target and duplicates of first record is inserted into
second target ...like dis way ...?

how to achieve dis?

Answer Posted / ramakrishna

SQ---->AGGR(CREATE O/P PORT AS RCOUNT)WRITE EXPRESSION AS
COUNT(EMPNO)SELECT GROUPBY TO EMPNO
---->ROUTER(GRP1- TRUE)--- TRG1
(GRP2-RCOUNT>1)--TRG2

Is This Answer Correct ?    1 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the guidelines to be followed while using union transformation?

641


Where is metadata stored?

623


How will the document be delivered to me?

620


I am not able to connect to the domain with the client although all services and databases are up and there is no network issue?

602


How to elaborate powercenter integration service?

652






How is Source Side push down optimization different to just providing a SQL override in Source qualifier transformation.

1338


How can you define user defied event?

622


What are the types of lookup transformation?

631


What are the different ways to implement parallel processing in informatica?

867


Briefly define reusable transformation?

625


Source and Target are flat files, Source table is as below ID,NAME 1,X 1,X 2,Y 2,Y On Target flat file i want the data to be loaded as mentioned below ID,NAME,REPEAT 1,X,2 1,X,2 2,Y,2 2,Y,2 How to achieve this, Can i get a map structure

6479


pmscmd startworkflow -sv -d -u -p -f while running this command I got the error as "no gateway connectivity is provided for your domain name". So anyone please help me how to rectify this error?

1055


What differs when we choose the sorted input for aggregator transformation?

574


Write the program through which the records can be updated?

518


How do you use reject loader.

2071