i have n number of records in my source, i want first and
last record to my target. how can u implement this scenario .

Answer Posted / venkateshmalneni

we can also do it like this
FIRST PIPELINE

From sq connect all the ports to expression t/r and by using sequence generator t/r generate sequence number.
From expression t/r connect the all the ports to the filter t/r write a condition sno=1.
from filter t/r connect all the ports to the target
SECOND PIPELINE

From sq connect all the ports to Aggrigator t/r and dont group by any port,connect the ports to the target
THE DATA FLOW DIAGRAM WILL BE LIKE THIS
sequencegenerator
|
\|/
src--->sq--->expression--->filter--->trg
|
|-->aggrigator--->tgr


I think this will work

Is This Answer Correct ?    12 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the transformations that cannot be placed between the sort origin and the joiner transformation so that we do not lose the input sort order?

781


According to his methodology what all you need before you build a datawarehouse

1183


What are the databases that informatica can connect to windows?

575


what are the Methods For Creating Reusable Transformations?

646


What are mapplets? How is it different from a Reusable Transformation?

622






What are the static cache and dynamic cache in informatica?

709


Define enterprise data warehousing?

630


Can you use flat files in Mapplets.

2213


What is the benefit of session partitioning?

589


What is update strategy transform?

565


What happen when you enable grid option avilable at session level ? (Ans found: Scalabily . A single session Parallelization) But how can one session is sharable among different nodes at the same time while running ?

1893


When do you use sql override in a lookup transformation?

579


Describe the scenarios where we go for joiner transformation instead of source qualifier transformation?

611


How to use pmcmd utility command?

576


What is workflow monitor?

589