Customer Portal

Comments 2

  • Avatar
    oldforum
    0
    Comment actions Permalink
    Thanks, I was looking at an older version that did not have public boolean init() signature.
  • Avatar
    oldforum
    0
    Comment actions Permalink
    Hello !

    It seems to me that you are using a newer version of Clover which has changed init() signature ->
    public boolean init(Properties parameters, DataRecordMetadata[] sourceRecordsMetadata, DataRecordMetadata[] targetRecordsMetadata)

    You may override public boolean init() only, since you don't need any metadata info.

    David.

Please sign in to leave a comment.