If one flat file contains n number records., we have to load
in target from 51 to 100.. how to use expressions in
Informatica..?
Answers were Sorted based on User's Feedback
Answer / hari
create mapping like
source -- sorter -- expression -- filter -- target.
here sorter is used to send data by ascending order data
this is not mandatory.
Expression is need to create variable port which will count
the rows which are comming in.
Filter having condition like if count value >=51 and count
value <= 100.
| Is This Answer Correct ? | 6 Yes | 0 No |
Generate sequence by using sequence generator or by using expression t/r
connect the output to the filter t/r in filter write the condition as sno>=51 and sno=100
connect it to the target
src--->sq---> expression--->filter--->target
| Is This Answer Correct ? | 1 Yes | 0 No |
select * from emp where sal>(select min(sal) from emp) how to implement the same in informatica ?
What are active transformations? Name them.
How to do Integration testing in Informatica?
what is workflow varible
what is fact and what types of fact tables is there
What is a filter transformation and why it is an active one?
Using Expression transformation how to remove duplicate records from a relational source?
How to delete duplicate records in a flat file source?
what is the function of 'F10' informatica ?
what is shared lookup&persistent lookup?
4 Answers Accenture, Cap Gemini,
SO many times i saw "$PM parser error " .what is meant by PM?
What is the role of informatica in project ?Like i showed financial projects?