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



If one flat file contains n number records., we have to load in target from 51 to 100.. how to use ..

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

If one flat file contains n number records., we have to load in target from 51 to 100.. how to use ..

Answer / venkateshmalneni

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

Post New Answer

More Informatica Interview Questions

Can we create multiple integration service on single repository?

0 Answers  


select count(1) from emp? what is the o/p?

5 Answers   TCS,


How many ways are there to create ports?

0 Answers   Informatica,


server hot-ws270 is connect to Repository B. What does it mean?

0 Answers   Cognizant,


I HAVE A SOURCE FILE CONTAINING 1|A,1|B,1|C,1|D,2|A,2|B,3|A,3|B AND IN TARGET I SHOULD GET LIKE 1|A+B+C+D 2|A+B 3|A+B WHICH TRANSFORMATION I SHOULD USE

5 Answers   Informatica,






How union transformation is active ?

2 Answers   Puma,


Can some one explain me about Telecommunications(wireless) project in Informatica? Thanks in advance

0 Answers  


What is olap (on-line analytical processing?

0 Answers  


What do you understand by SOA of Informatica?

0 Answers  


how we can do session partition in informatica any one explain me clearly? thanks advance.

1 Answers   iGate,


difference between informatica 8.6 and 9

3 Answers   Atos Origin, BA Continnum Solutions, Core Logic,


What is the use of transformation?

0 Answers  


Categories