suppose i have 1000 records and i want to load half of the
record in target 1 and half in target2.how u'll do?

Answer Posted / ramesh

src--->Exp--->Seq--->Rtr---->tgt
in sequence generator we will get a key and in rtr we will
mention condition

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What could be the possible resons of locks by user?

848


Is it possible to define a single node as a Gateway node as well as worker node?

889


Please let me know how to make encryption and decryption with example?

1670


How do you load unique records into one target table and duplicate records into a different target table?

945


What is the difference between a connected look up and unconnected lookup?

758


How do you load first and last records into target table?

911


update strategy transformation in informatica

826


How can you define user defied event?

816


what is the size ur source like(file system or database)? how many record daily come u r banking project?

1922


How can one identify whether mapping is correct or not without connecting session?

1146


What are the databases that informatica can connect to windows?

788


how to create user defined function (udf) in informatica

1020


How to create the source and target database connections in server manager?

812


How to create or implement slowly changing dimension (SCD) Type 2 Effective Date mapping in informatica/Flagging mapping in informatica/visioning mapping in informatica?

886


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

7110