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 |
how can one eliminate dupliacte data with out using distinct option?
how we can load rejected record's at run time?(not through bad files)
I am having a table with columns ID NAME 1 x and the requirement is to get the o/p like this 1 y ID Count(*) 1 z 1 3 2 a 2 2 2 b 3 c so write a sql query to get the id n how many times its count of repetition n there u shouldn't get the distinct(i.e id-3) Reply as early as possible
Debugger what are the modules, what are the options you can specify when using debugger, can you change the expression condition dynamically when the debugger is running.
What are Business Components in Informatica?
What all join we can perform in LOOKUP transformation?
How to calculate the cache size if say we are doing a performance check on a mapping and found that a particular cache needs to be changed. Is there a formula to calculate this! i know that informatica has a auto option available but how to calculate manually?
How to load dimension and fact in same mapping at same time.explain me the logic used for that scenario.
Explain about perform recovery?
What is rank transformation?
Why is sorter an active transformation?
i have thousand records in my source(flat file) i wanna load 990 records i don't want load first 5 records and last 5 records at informatica level?