I have a source either file or db table
Eno ename sal dept
101 sri 100 1
102 seeta 200 2
103 lax 300 3
104 ravam 76 1
105 soorp 120 2
Want to run a session 3 times.
First time: it should populate dept 1
Second time: dept 2 only
Third time: dept 3 only
How can we do this?
Answers were Sorted based on User's Feedback
Answer / srinivas
create a mapping variable
example;
name type datatype pre scal agg
$variablename variable decimal 3 0 max
filter transformation
filter condition: setvariable($variablename,($variablename+1))
+1 is used as the consecutive deptno diff is 1
| Is This Answer Correct ? | 11 Yes | 0 No |
can i any one explain me realtime healthcare project explanation..for interview .iam new to informatica .thanks in advance.
i have to extract data from a flat file.the flat file has 10 records.i have to extract the 1st and 5th record every time.how is it done.
why we are using level option in normalizer transformation
Explain reference cursor?
How to get EVEN & ODD numbers separately?
What are data-driven sessions?
What are the types of lookup?
What do you understand by SOA of Informatica?
Explain the pipeline partition with real time example?
Which gives the more performance when compare to fixed width and delimited file ? and why?
how many new transformations are introduced in 8.1 which are not available in 7.1? any new transformation in 8.6?
Enlist few areas or real-time situations where informatica is required.