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
How can we improve session performance in aggregator transformation?
How to do the error handling of if ur source is flatfiles?
What is an active transformation?
How many ways are there to do 'remove duplicate records in informatica'?
What is the meaning of decode in informatica?
Is it possible to use a client with different version than that of its Informatica server?
What are the different options available for update strategy?
Explain why we use partitioning the session in informatica?
On which transformations you created partitions in your project?
How to go to the older version for a mapping?
write sql query vertical to horiozontal following table id name 1 100 2 dinesh 3 india 1 101 2 suresh 3 india 1 103 2 prakesh 3 usa i want output like id name country 100 dinesh india 101 suresh india 103 prakesh usa
How do you load more than 1 max sal in each department through informatica or write sql query in oracle?
I have worked on Informatica 7.1.1. I want to know the answer for the below question. Target is not created initially.Then how to take the DDL script from the source and run the Mapping by creating the Target dynamically?Is it possible by SQL Transformation?
What is informatica?
Debugger what are the modules, what are the options you can specify when using debugger, can you change the expression condition dynamically when the debugger is running.