i have thousand records in my source(flat file) i wanna load
990 records i don't want load first 5 records and last 5
records at informatica level?

Answer Posted / sehaj

PASS RECORDS FROM SOURCE QUALIFIER TO EXPRESSION.
CREATE A VARIABLE WITHA GGREGATION AS COUNT N ASSIGN ITS VALUE AS 0.
CREATE TWO PARAMETRES N ASSIGN DEM VALUES.
FIRST ONE 5
SECOND ONE 995
.
IN EXPRESSION CREATE AN OUTPUT PORT AS NUMBER DATATYPE N IN THE EXPRESSION EDITOR WRITE....
SEQUENCE=SETCOUNTVARIABLE(VARIABLE NAME U CREATED).

NOW
ATTACH IT TO THE ROUTER
CREATE A GROUP AND ENTER CONDITION
SEQUENCE>5 AND SEQUENCE<995
CONNECT THIS PORT TO TARGET...

SEHAJ....

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are pre and post-session shell commands?

851


What is status code in informatica?

682


Different sorts of metadata that stores in the storage facility?

667


What are the databases that informatica can connect to windows?

677


How do you change a non-reusable transformation to reusable transformation?

691






What is the difference between SOURCE and TARGET BASED COMMITS? What are the deliverables?in your project?

1740


Explain lookup transformation source types in informatica

785


Explain the informatica workflow?

695


What is meant by active and passive transformation?

679


What is a node in Informatica?

721


How many ways are there to do 'remove duplicate records in informatica'?

672


Can anyone tell me the new features in Informatica 9 Version?

1620


How do you update the records with or without using update strategy?

756


What is a sorter transformation?

783


What is DR strategy for Informatica project?

806