Let me show the Simple mapping involving Java transformation
Here the source is emp table and the target is rangasp table in oracle.
The requirement here is to change all the employee name to "java".
The java code has been written in such a way that the ename of all records will be changed to "java"
The left side contains all the input and output ports.
Generaterow() is used to generate a row for each records.
The output is something like this :
eno ename
721 java
678 java
899 java
Please do comment and ask if you have any doubts!! thankyou
Here the source is emp table and the target is rangasp table in oracle.
The requirement here is to change all the employee name to "java".
The java code has been written in such a way that the ename of all records will be changed to "java"
The left side contains all the input and output ports.
Generaterow() is used to generate a row for each records.
The output is something like this :
eno ename
721 java
678 java
899 java
Please do comment and ask if you have any doubts!! thankyou
No comments:
Post a Comment
Please Give Your Comments!!
Note: Only a member of this blog may post a comment.