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.  Create series object on the fly (at runtime)

    Posted 06/19/09 12:16 AM

    Originally posted by: SystemAdmin


    Hello,

    I use WTX 8.2 on windows platform. Can you show me if it's possible to create a series object at runtime.

    My situation is like this: I've got a main map and a function map. Actually the functional map need only one input card, so the number of time the functional map evaluates its mapping will be based on the number of occurrence of the object in the input card.

    but i want to hack this behavior, i want the functional map to evaluate its mapping more than, in multiple of, the number of object (series) in the input card, for example, i want the functional map to evaluate 2 or 3 times of the total number of object series in the input card. I think the only way to achieve this is to add a second input card to the functional map, but i don't know how, and what to base my second input card on.
    Thanks in advance,
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender


  • 2.  Re: Create series object on the fly (at runtime)

    Posted 06/19/09 02:37 AM

    Originally posted by: paul.brett


    Use the CLONE("STUFF",100) function to get a repeating series of "STUFF" 100 times.
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender


  • 3.  Re: Create series object on the fly (at runtime)

    Posted 06/19/09 03:46 AM

    Originally posted by: SystemAdmin


    Thank you so much. that's exactly what i am looking for.
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender