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.  $ Symbol in Component Rule

    Posted 02/16/11 06:14 AM

    Originally posted by: SystemAdmin


    Hi
    Could any one tell what is the use of $ symbol in Component rule .
    and Usually we used the $ symbol in Index($)
    other then this function will we use this $ symbol in map wizard.
    Please answer me .
    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender


  • 2.  Re: $ Symbol in Component Rule

    Posted 02/18/11 12:19 PM

    Originally posted by: jvanboga


    if you have a type tree with a group called 'customer' and a sub-group called 'phone_a' that requires a component rule related to size your rule would look something like:

    size(phone_a Field:$) > n

    n = minimum size
    Field = the category that file 'phone_a' belongs to
    $ = customer (or the group name that will contain your rule)
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender


  • 3.  Re: $ Symbol in Component Rule

    Posted 02/18/11 12:21 PM

    Originally posted by: jvanboga


    Field = the category that file 'phone_a' belongs to
    should read:

    Field = the category that element 'phone_a' belongs to
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender