What are reusable transformations in how many ways we can
create them?
Answers were Sorted based on User's Feedback
Answer / seshagiri k
A reusable transformation is an object which contains
reusable business logic created by single transformation.
A reusable transformation developed in two ways
1. By using tranformation developer
2. Create a normal transformation and make it reusable by
selecting check box in th properties
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / amedela chandra sekhar
Reusable Transformations are
1)Lookup t/r
2)stored procedure
3)sequence generator t/r
two ways we can create
1)Mapplet (multiple t/r)
2)Transformation devloper (single t/r)
| Is This Answer Correct ? | 0 Yes | 2 No |
What do mean by local and global repository?
Source Qualifier is an active t/r but there is no change of row count then y should we called it active t/r & Router , sorter some times no change in row count then Y we called its active t/r?
hi i want to install latest informatica software in my pc..can anybody help me where should i get the infomatica software..plz help me
How does a rank transform differ from aggregator transform functions max and min?
How can you define user defied event?
Can we use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
why u go for dimensions ?
Explain scd type 3 through mapping.
Under what conditions selecting sorted input in aggregator will still not boost session performance?
What is informatica worklet?
How many input parameters can exist in an unconnected lookup?
I have a flat file, in which i have two fields, emp_id, emp_name. The data is like this, emp_id,emp_name 101,soha 101,ali 101,khan 102,siva 102,shanker 102,reddy. how to merge the names so that my output is like this Emp_id Emp_name 101 Soha ali kahn 102 siva shenkar reddy please provide solution