Customer Portal

dealing with duplicate records.

Comments 1

  • Avatar
    mvarecha
    0
    Comment actions Permalink
    Hi,

    since you need to solve only the rerun after graph fails, I believe it shouldn't occur too often.

    You can avoid intersection and try to insert all input records. If the record already exists, DBOutputTable can't insert it again and rejects the record.
    Rejected record is sent to the output port 0.
    (please don't use DBOutputTable in batch mode, otherwise all records in the batch would be evaluated as rejected).
    You may also connect the output port 0 to next DBOutputTable which may update the existing record.

    Best regards,
    Martin

Please sign in to leave a comment.