IBM Sterling Transformation Extender

Sterling Transformation Extender

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


#Sterling
#Supplychain
 View Only
  • 1.  Handling variable part of input content

    Posted 04/29/12 05:55 PM

    Originally posted by: SystemAdmin


    The input file is a binary file, contains header and a detail section, the layout of the header section is same for multiple files, but the detail section's layout varies based on the file type. All I need is to extract just one field from the header and extract the whole of detail field. I am a newbie would appreciate some direction for creating a type tree.

    Thanks in Advance
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender
    #DataExchange


  • 2.  Re: Handling variable part of input content

    Posted 04/30/12 11:50 PM

    Originally posted by: SystemAdmin


    Four items in the type tree will define the structure along with one implict no syntax record. The items as BeforeTheRequired (has min max) , TheRequired(has min max), AfterTheRequired(has min max), TheDetail (no max, so the rest go into this field).
    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender