How to eliminate 1st and last rows from the source and load
the inbetween rows.
Answer Posted / manoj subramanian
I have done it using sequence generator,rank and filter transformation.
Filtering first record:
Generated sequence no using sequence transformation and given
as input to rank transformation.In properties selected
top and no of ranks as maximum rank allowed in informatica
then followed by filter transformation with filter condition
as rankindex<>1.
Filtering last Record:
Followed by another set of rank and filter wit rank property as bottom.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Slowly changing dimensions, types and where will you use them
How to configure mapping in informatica?
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks
Which means the first record should come as last record and last record should come as first record and load into the target file?
What is union transformation in informatica?
To import the flat file definition into the designer where should the flat file be placed?
wat are deployement groups in informatica, how it will be used for developers
What is blocking transformation?
What do think which one is the better joiner or look up?
What are session parameters ? How do you set them?
What are the differences between joiner transformation and source qualifier transformation?
What are the issues you have faced in your project? How did you overcome those issues?
Enlist few areas or real-time situations where informatica is required.
Is it possible to use a client with different version than that of its Informatica server?
What is the main purpose of Unconnected lookup other than updating slowly changing dimensions? or In which case u use Unconnected lookup?