Finding Difficulty in working with java code in CloverEtl

Hey,

As I am new in CloverEtl, I am finding difficulty in dealing with java part in Clover. For example, suppose i want to create a custom component using java or
creating a transform class, I dont understand how to do that.

Does Clover has any reference guide for java code and its various pre-built functios and methods.
Any reference link from where i can start the java part and start understanding what exactly to do and approach for java code.

There are some .java and .class files in the “simpleExamples” provided by Clover itself under the “trans” like
1. customizedTransformExample.java]
2.reformatJoin.java

and so on.
As i dont have any idea about java part, its becoming difficult for me to exactly understand the code in this. How should I start of with this??

Thanks.

You may have a look at http://wiki.cloveretl.com/ - section How-to (actually the whole wiki might be useful). Also, you may download the source code from http://sourceforge.net/projects/cloveretl/ and get all the answers there.

If you are building a commercial solution, there is a full OEM documentation covering most of your questions.

Thanks for ur quick response. Will refer these links. :slight_smile: