Customer Portal

Does Clover have component similar to to Talend's tJavaFlex

Comments 1

  • Avatar
    dpavlis
    0
    Comment actions Permalink
    There are many components in CloverETL which can run directly Java code. Each component which has transform function (Reformat, all joiners, Normalizer, etc.) has following attributes where Java code can be used instead of internal CTL scripting language:

    • transform - allows Java source code to be passed in

    • transformClass - name of Java class representing the transform

    • transformURL - url of the source code (can be Java) which defines the transformation


    See, for example, http://wiki.cloveretl.org/doku.php?id=components:transformers#reformat

    CloverETL, as opposed to Talend, has fewer components which are much more flexible ;)

Please sign in to leave a comment.