Customer Portal

How do I not write to an output port using the REFORMAT node

Comments 1

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello,
    this feature was introduced in 2.6 version only. From this version, method transform returns integer value, where specific values means:
    RecordTransform.ALL -- send the data record(s) to all the output ports
    RecordTransform.SKIP -- skip the data record(s)
    >= 0 -- send the data record(s) to a specified output port
    < -1 -- fatal error / user defined

Please sign in to leave a comment.