Customer Portal

Concatenate Node Clarification

Comments 2

  • Avatar
    twaller
    0
    Comment actions Permalink
    Dear Ann,

    As regards the Concatenate component, it starts reading the records from any port only after all records from all previous ports (those with lower numbers) have been read successfully, without any error.

    Thus, this component does not start reading any record through the port 1 if there still remains at least one record that should have been read through the port 0 (and which is still to come and have not been read).

    The order on the output is this:

    All File 1 rows
    All File 2 rows
    All File 3 rows
    ...
    All File N-1 rows
    All File N rows

    Best regards,
  • Avatar
    twaller
    0
    Comment actions Permalink
    You can also consult Users Guide:

    http://www.cloveretl.com/documentation/UserGuide/topic/com.cloveretl.gui.docs/docs/concatenate.html

    Regards,

Please sign in to leave a comment.