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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define sessions in informatica etl?

777


Can I use same Persistent cache(X.Dat) for 2 sessions running parallely? If it is not possible why?If yes How?

1836


What are connected or unconnected transformations?

856


Explain the different lookup methods used in informatica?

788


What is the commit type if you have a transaction control transformation in the mapping?

829


What are the designer tools for creating transformations?

878


How to differentiate between the active and passive transformations?

827


what is informatica metadata?

785


What are the tuning techniques you applied during your last project

1774


What are the types of schemas we have in data warehouse.

719


What is an Integration service in Informatica?

893


What is the benefit of partitioning a session?

867


How is Source Side push down optimization different to just providing a SQL override in Source qualifier transformation.

1525


Explain why we use partitioning the session in informatica?

792


I have 100 records in source table, but I want to load 1, 5,10,15,20…..100 into target table. How can I do this? Explain in detailed mapping flow.

1360