If i have one source having 10 ports.In a mapping i use that
source one target having that ten ports.Data from 5 ports
are going to target through a mapplet and another 5 ports
are going to target through another mapplet.Both 2 mapplets
are intially passive in nature.But presently my requirment
to convert on mapplet to ACtive.How can i do it.

Answer Posted / akash

First pass the ports through active mapplet and then use a
joiner to pass only those records which are coming out from
active mapplet. Then send the remaining 5 ports to passive
mapplet.

Ex:
we have 5 records which have id:
1
2
3
4


Out of these 4 only records having id = 1, 3, 4 pass
through the active mapplet where we use 5 ports.
Then we can use a joiner with inner join condition on id
field to get output as records having id = 1,3,4

Now the remaining 5 ports are entered to the passive
mapplet and the result of this mapplet will be required
result.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by blocking transformation?

579


Explain the types of transformations?

591


How to elaborate powercenter integration service?

646


What are batches?

617


What is the use of transformation?

569






What is flashback table ? Advance thanks

1476


Enlist the advantages of informatica.

623


I have two different source structure tables, but I want to load into single target table? How do I go about it? Explain in detail through mapping flow.

630


what are the Methods For Creating Reusable Transformations?

644


How do you handle two sessions in Informatica

657


Explain the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?

546


Make a note of the quantity vaults made in informatica?

548


lookup transformation with screenshots

3555


How big was your fact table

1309


What is the difference between STOP and ABORT options in Workflow Monitor?

691