IBM Sterling Transformation Extender

Sterling Transformation Extender

Come for answers, stay for best practices. All we're missing is you.


#Sterling
#Supplychain
 View Only
Expand all | Collapse all

REJECT function not working properly for Fixed length records

  • 1.  REJECT function not working properly for Fixed length records

    Posted 01/31/18 07:22 AM

    Originally posted by: Vino685


    REJECT  function works fine for a delimited file .. but it do not work properly for a fixed length file.

    Here is the attached sample , where the rejected record do not have complete set of data and getting truncated when using REJECT function.


    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange


  • 2.  Re: REJECT function not working properly for Fixed length records

    Posted 02/02/18 07:09 AM
      |   view attached

    Originally posted by: PaulBrett


    I believe the product is working as intended, and the 'bad' data you have defined is never recognised as a Record object, and instead marked as invalid bytes at the end.

    With some Typetree changes, I believe you can get the result you desire.

    Valid:

    Name100100121017
    Name200200121017
    Name300300121017

    Rejected:

    Name410040012102017
    Name50050012102017

     

    Thank you.

    Paul

    Follow me on Twitter


    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange

    Attachment(s)

    zip
    ModifiedSample.zip   5 KB 1 version