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
design of staging area?
I have a mapping loading 100 records and it failed on 20th record. how to recover it without changing anything.(in prod where we don't have any access).. (the session should should start from 21 record)
1)you have multiple source system where u receive files ,how do you actually load into mapping using transformation,what are the transformation you use? 2)you have files in ftp location ,how do you get it into mapping with you ETL concept?
What is the format of informatica objects in a repository?
Tell me about MD5 functions in informatica
what is $$$$?
What is joiner transformation in informatica?
What are the differences between oltp and olap?
Design a mapping to load the cumulative sum of salaries of employees into target table?
Explain lookup transformation in informatica
What is the surrogate key?
What are the databases that informatica can connect to windows?
Informatica Checkpoints
What are the data movement modes in informatica?
Explain Dataware house architecture .how data flow from intial to end?