Customer Portal

need help with developing custom component

Comments 1

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello,
    custom plugin's adding should work in older and newer versions in the same way. I.e. new components need to be compiled and packed into the jar file. plugin.xml file, that defines the components must be created (see Updating ComponentFactory), and placed (with the jar file) in CloverETL plugins directory (in windows system with CloverETL Designer it is usually something like c:/Program Files/eclipse/plugins/com.cloveretl.gui_2.9.2/lib).
    Most of the components is open source, so you can see the source code. The easiest component, that reads data from more input ports is probably org.jetel.component.Concatenate.

Please sign in to leave a comment.