Use the code entry tabs to enter Java code snippets that define Java transformation functionality. You can write Java code using the code entry tabs to import Java packages, write helper code, define Java expressions, and write Java code that defines transformation behavior for specific transformation events. You can develop snippets in the code entry tabs in any order.
Define variables and methods available to all tabs except Import Packages.
On Input Row.
Define transformation behavior when it receives an input row.
On End of Data.
Define transformation behavior when it has processed all input data.
On Receiving Transaction.
Define transformation behavior when it receives a transaction notification. Use with active Java transformations.
Java Expressions.
Define Java expressions to call PowerCenter expressions. You can use Java expressions in the Helper Code, On Input Row, On End of Data, and On Transaction code entry tabs.
Access input data and set output data on the On Input Row tab. For active transformations, you can also set output data on the On End of Data and On Receiving Transaction tabs.