how to load first record of first time run,second record to 2nd time n 3rd record from 3rd time to target table
Answer Posted / triveni
source->sq->sequencegenerato->expression->filter->target
nextval to expressiontransformation
seq(output) decimal 10 nextval
startval=1,endvalue=14,cycle
mapping variable:$$var varible integer 10 o max
intialvalue=0
filter decimal 10
setvariable( $$seq,($$seq+1))
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How to do unit testing in informatica? How to load data in informatica ?
What are the tasks that can be performed using sq?
what is informatica metadata?
What is the scenario which compels informatica server to reject files?
wat are deployement groups in informatica, how it will be used for developers
tell me the rules and responsblites in our project(my project is development)
Can we create a Integration service without a Repository service and vice versa?
What is blocking transformation?
Mention some types of transformation?
Can you generate sequence numbers without using the sequence generator transformation?
Is it possible to use a client with different version than that of its Informatica server?
How to implement security measures using repository manager?
Please tell me which institute is the best to study Informatica and asp.net in chennai Also please send me the latest interview questions in asp.net,c# and sql server to my id ramtryin@gmail.com
What are the data movement modes 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