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
Define sessions in informatica etl?
Can I use same Persistent cache(X.Dat) for 2 sessions running parallely? If it is not possible why?If yes How?
What are connected or unconnected transformations?
Explain the different lookup methods used in informatica?
What is the commit type if you have a transaction control transformation in the mapping?
What are the designer tools for creating transformations?
How to differentiate between the active and passive transformations?
what is informatica metadata?
What are the tuning techniques you applied during your last project
What are the types of schemas we have in data warehouse.
What is an Integration service in Informatica?
What is the benefit of partitioning a session?
How is Source Side push down optimization different to just providing a SQL override in Source qualifier transformation.
Explain why we use partitioning the session in informatica?
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.