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.  Extract Function

    Posted 03/25/13 07:09 AM

    Originally posted by: SystemAdmin


    COUNT(EXTRACT(objects, value:objects = "1"))
    I used this rule in a single occurrence output. If the value of the first object is "1", then the final output is 1. If the value of the first object is NOT "1", then the final output is 0, regardless what value is for the 2nd or 3th object.

    Anyone have ideas about this issue. Or I just made some mistakes.
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange


  • 2.  Re: Extract Function

    Posted 03/30/13 01:14 PM

    Originally posted by: SystemAdmin


    hi,

    If you need only first object you can use a simple IF condition by indexing this element.

    or

    Use a look up function. so that it doesn't bother the second or third. Again if you need to check only the very first object then go for the simple if and index.
    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender