How to load last 10 records of flat file in to the target?

Answers were Sorted based on User's Feedback



How to load last 10 records of flat file in to the target?..

Answer / amedela chandra sekhar

By using UNIX command tail command .
it display last N lines file.By default it display last 10
lines.
$tail file name

Is This Answer Correct ?    10 Yes 0 No

How to load last 10 records of flat file in to the target?..

Answer / koti

sequence generator, rank transformation.. in rank
transformation write the condition 20 ranks, bottom to top..

Is This Answer Correct ?    11 Yes 5 No

How to load last 10 records of flat file in to the target?..

Answer / kalpesh radadia

SQ---- Exp ---- Sorter----Exp --- Filter---Sorter ---
Target.
Connect the source qualifier transfromation to an
expression transformation. In the expression
transformation, create the below ports:
v_cnt (variable port) = v_cnt+1
o_cnt (output_port) = v_cnt
Connect the expression transformation to the sorter
transformation. Sort the rows on the o_cnt port in
descending order.
Now connect the sorter transformation to the expression
transformation (do not connect o_cnt port).
Again Connect to expression transformation create the ports
mentioned above
v_cnt (variable port) = v_cnt+1 o_cnt
(output_port) = v_cnt
Connect to a filter transformation and specify the filter
condition as o_cnt<=N
Connect the expression transformation to the sorter
transformation. Sort the rows on the o_cnt port in
descending order.
Connec to the target

Is This Answer Correct ?    2 Yes 0 No

How to load last 10 records of flat file in to the target?..

Answer / prasad

hi,
i am new for informatica. can u write condition in
filter t/f please.......

Is This Answer Correct ?    2 Yes 4 No

How to load last 10 records of flat file in to the target?..

Answer / prathima

by using filter t/r after sourcequalifier t/r there we
write the condition.

Is This Answer Correct ?    3 Yes 10 No

Post New Answer

More Informatica Interview Questions

what is metadata?

8 Answers   Satyam,


Is informatica power center designer has 64 bit support?

1 Answers  


Can you access a repository created in previous version of Informatica?

1 Answers  


What is query panel?

1 Answers  


what is sql override?what is the use of it?

4 Answers   Sonata,


How to generate sequence numbers without using the sequence generator transformation?

0 Answers   Informatica,


How can you run a session without using server manager?

1 Answers  


What are roles and groups and benefits of using them?

0 Answers  


What is different between informatica version 8 and 9 version

1 Answers   Cognizant, IBM,


Describe the impact of several join conditions and join order in a joiner transformation?

0 Answers  


What is main use of mapplet?

0 Answers  


i did MBA in 2008. i got job as a Software Engineer(Informatica) in 2008 February in our college campus interviews through consultancy. my problem is when iam going interview HR people ask " YOu are MBA graduate how u get software(informatica) job". iam saying i got job in campus interviews. i have knowledge in informatica in dataware housing. is this answer correct or not. plese give me guidence

1 Answers   IBM,


Categories