Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



After a load is done to my target table, I need to insert a
last row, which might be formed at some expression
transformation and brought to target. Do I have to have
separate mapping to be run after the 1st mapping? Or in a
single mapping how to achieve this?

Answers were Sorted based on User's Feedback



After a load is done to my target table, I need to insert a last row, which might be formed at ..

Answer / arun

Guess the questione was something different. Need is to add a footer record at the end of the target. This can be done with one mapping, have two pipelines.
1) TO load to target
2) To Load last record to target.

Change the target load plan, to make sure the last record pipeline runs last.

Is This Answer Correct ?    6 Yes 0 No

After a load is done to my target table, I need to insert a last row, which might be formed at ..

Answer / sp

This can be done by defining the target load plan in the developer. You can define two instance of the target and use the same SQ with Expression to load the last row to the second instance of the target. The second instance will be set to load at last in the load plan.

Is This Answer Correct ?    2 Yes 0 No

After a load is done to my target table, I need to insert a last row, which might be formed at ..

Answer / priyank

Use the below pipeline.

SQ -->EXP1-->EXP2-->EXP3------------------> UNION --> TGT
--> SEQ --> AGG --> FLT --> EXP4

1. SEQ: Use a Sequence Generator to generate sequence.
Connect the NEXTVAL port to exp2.
2. From EXP2, take out 2 pipelines, one with actual data and
one with next val.
3. In AGG, COUNT(*).
4. In FLT, NEXTVAL=COUNT(*)
5. In UNION, merge EXP3 and EXP4
6. Push the output from UNION to TGT.

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More Informatica Interview Questions

. Design a mapping, first two phone calls received by a customer must be represented as "Home" , "Office" and the next calls must be concatinated and represented as "Other".Look at the below tables :: Source Definition Customer Phone_Number A 9848403211 A 9812675432 A 9112356788 A 9876503276 B 9567890765 B 9876098567 AND THE TARGET IS Customer Home Office Other A 9848403211 9812675432 9112356788,9876503276 B 9567890765 9876098567 Null

3 Answers  


wat transf shud i use to achieve this id sal id sal sum src-1 20 tgt 1 20 40 1 20 1 20 40 2 15 2 15 35 2 20 2 20 35

2 Answers  


If i have source as flat file. how can i store the header and trilor into one target and data into one more target. |------>target1(header+trailor) source------ |------>target2(data) can any one please help me

0 Answers   IBM, TCS,


What are the types of metadata that stores in repository?

2 Answers  


What is Data Caches size?

0 Answers   Informatica,


what is procedure to use mapping variable in source qualifier transformation? with example

1 Answers   IBM,


what is the -ve test case in your project.

0 Answers   CTS, TCS,


difference between top down(w.h inmon)and bottom up(ralph kimball)approach?

2 Answers   PayPal,


What is option by which we can run all the sessions in a batch simultaneously?

0 Answers   Informatica,


what is the method of error handling when session is running?

1 Answers   TCS,


How Union Transformation is an Active Trans?

6 Answers  


why union is active transformation?

4 Answers   IBM,


Categories