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.  multiple maps writing to same output file

    Posted 03/02/11 07:51 AM

    Originally posted by: Aprithvi


    Hi, Can I have 2 maps in TX and write to the same output file? ie I execute map A and write to file A and then I execute Map B and append to file A. Is that doable?
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender


  • 2.  Re: multiple maps writing to same output file

    Posted 03/02/11 08:12 AM

    Originally posted by: NancyR


    In the output card of map B change the OnSuccess action from the default "Create" to "Append". When you run map B it will append to the contents of File A created by Map A. When you run Map A a second time, it will create a new File A if you leave the OnSuccess action in the output card of that map set to "Create".
    #IBM-Websphere-Transformation-Extender
    #DataExchange
    #IBMSterlingTransformationExtender


  • 3.  Re: multiple maps writing to same output file

    Posted 03/08/11 01:09 PM

    Originally posted by: Aprithvi


    I want to execute these maps on Datapower. The Append function does not work on datapower. Is there any other way to achieve this?
    #IBM-Websphere-Transformation-Extender
    #DataExchange
    #IBMSterlingTransformationExtender