IN Informatica, I have 10 records in my source system. I need
to load 2 records to target for each run. how to
perform.please let me know. I know by using Mapping variable
we can perform but how to load please any one explain.

Answer Posted / naveen

You are right , this can be achieved only with the help of
the mapping variable. and also a filter transformation

1) create a mapping variable and assign a default value 0
2)during the first run , i hope ur source must have an seq
num in it, if not use the seq gen and have unique sorted
record.
3)in a n expression , just have v_max_filter =
@@map_variable + 2 and v_min_filter = @@map_variable - 2

4) in the filter transformation , put the filter on the
seq_column <= v_filter and seq_column >= v_min_filter

5) enjoy a coffe, this will run

Is This Answer Correct ?    4 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what happens if the info.server doesn't find the session parameter in the parameter file?

1537


List few etl bugs?

523


where are the log files generally stored.Can you change the path of the file.what can the path be?

1926


Explain about power designer data modeling software?

459


what is session partitioning?

1457






what are the data sources extracted from logistics cockpit in sap bw project and what is the requirement for it ?

2162


when u connect the repository for the first time it asks you for user name & password of repository and database both.But subsequent times it asks only repository password. why?

1755


how do u estimate the depth of the session scheduling queue? Where do u set the number of maximum concurrent sessions that Informatica can run at a given time?

1551


can be used COM component in Informatica ?

1615


What is meant by incremental load?

595


How etl testing is different from database testing?

519


what is dynamic insert?

1712


how do u set partition points in the mapping?

1794


1)Power center server and client on the same machine 2)power center server and client on the different machines What is the basic difference in these two setups and which is recommended ?

1666


Define Dynamic push down optmization?

1907