Customer Portal

Use of Clover ETL Engine

Comments 1

  • Avatar
    pnajvar
    0
    Comment actions Permalink
    Hi Gaurav,

    I guess you understand it right. Let me just make the two approaches absolutely clear:

    1) You define your transformation graph as XML - the format of the .grf file is fixed. Then CloverETL engine allows you to parse that XML a run the transformation. Check the examples on how graph XML definitions look like.

    2) Or you can hard code the transformation as Java program... create the ETLGraph object, nodes and edges and set appropriate attribute values, etc. Then you can run this transformation.

    These approaches are both valid, it is up to you whichever you choose.
    However, having the transformation in XML .grf file is more manageable and our preferred way.

    Hope this helps

    Pavel

Please sign in to leave a comment.