what is the use of Java Transformation in Informatica 8.x?
Answers were Sorted based on User's Feedback
Answer / vishnuvardhan
Active or Passive & Connected. It provides a simple native
programming interface to define transformation
functionality with the Java programming language. You can
use the Java transformation to quickly define simple or
moderately complex transformation functionality without
advanced knowledge of the Java programming language or an
external Java development environment
| Is This Answer Correct ? | 5 Yes | 4 No |
Answer / ankita
Java transformation can be used to perform complex logic transformation for input data.
Generating intermediate records: For example ,a Java transformation contains two input ports that represent a start date and an end date. You can generate an output row for each date between the start date and end date. Using Loop : For example, you can define transformation logic to loop through input rows and generate multiple output rows based on a specific condition. -
See more at: http://www.tutorial.tecktricks.com/java-transformation-in-informatica-with-example/
| Is This Answer Correct ? | 0 Yes | 1 No |
Plz can anybody send Informatica and Cognos FAQ Plz To thid ID ppradeep_dwh@ayhoo.co.in
If u select groupby port in aggregator what is output and dont select groupby option what is output
If i done any modifications for my table in back end does it reflect in informatca warehouse or maping desginer or source analyzer?
What is the target load order?
My source is EmpID, Salary- (101, 1000)(102, 2000)(103, 3000). In the Target I want the following EmpID, Salary, Composite_Salary- (101, 1000, 1000)(102, 2000, 3000)(103, 3000, 6000). Please guide on how to build the mapping.
what are challenges that you faced in testing? give solution to it?
1 2 3 * 4 5 6 * 7 8 9 how to load records between two stars(*),
How can u stop a batch?
yesterday my session run ten min.today its run 30min, wt is the reason? if any issues how to solve that?
While importing the relational source definition from the database, what are the metadata of source that will be imported?
What is the query to find nth highest salary? What is the use of cursors?
How to jion 2 tables, without using any condition?