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 |
We can't use sql override or other properties when using Flat file as source. Then what is the use of Source Qualifier transformation?
Calculate sum of salaries department wise. Then the sum will be repeat for all columns in each department. Develop a mapping for this.
HOW CAN U FIND THE SESSION START TIME? chandumba2005@gmai.com
what is SDLC way of code development?
how to get the data from the client machine and how to get server location data to client loction can any body explain to me
Hello, I have the below table: CityID CityName CostOfLiving 1 Mumbai 5000 1 Bangalore 4500 1 Chennai 4800 2 Vapi 6000 3 New Delhi 8000 I am passing the rows of the above table through the aggregator transformation in Informatica What happens in the following conditions: 1) I specify no group-by ports? 2) I specify a group-by on CityID without making any separate post for aggregation? Which city and costofliving will this eventually take for CityID=1? 3) Rest being same as point 2,I take the sum of cost of living.Which city will be returned for ID=1? Thanks for your help!
Source (Flatfile) - Target (1-1 mapping). How to load first or last 20 record to target?
Describe expression transformation?
Data is passed from one active trans and one passive trans into a passive transformation.Is the mapping valid or invalid?
can u give example for factless fact table
What is a pre-defined event and user-defined event?
What are conformed dimensions?