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.  split and different outputs

    Posted 12/13/11 05:27 PM

    Originally posted by: vennelabattu


    I have to split the 837professional edi file.That is an input which has multiple CLAIM should be divided and each output.txt for each claim .I am trying to but somehow i am not getting output for all the claims.Is there any idea to acheive it?
    #IBM-Websphere-Transformation-Extender
    #DataExchange
    #IBMSterlingTransformationExtender


  • 2.  Re: split and different outputs

    Posted 12/16/11 11:59 AM

    Originally posted by: jvanboga


    the easy fix if you want a distinct physical files for each claim create a run map. input = claimloop + transaction info, override output file name and add related ISA and GS segment as required.

    If you don't need a separate/distinct file you can use a functional map for each claim adding any related segments like ISA, GS and ST etc....

    You'll need to make your design so that it deals with multiple claims per member (ie.. subscriber claims plus dependent claims so you will literally need to create each occurrance based on the claim and carry the other related/required data for the build...

    claim + transaction header segments + provider (bill/payto) + subscriber.....
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender


  • 3.  Re: split and different outputs

    Posted 12/16/11 12:00 PM

    Originally posted by: jvanboga


    PS: The solution above will not be efficient or fast but it will work.
    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender


  • 4.  Re: split and different outputs

    Posted 12/17/11 09:41 AM

    Originally posted by: vennelabattu


    Thank you so much i'll try this one
    #IBM-Websphere-Transformation-Extender
    #DataExchange
    #IBMSterlingTransformationExtender