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.  UNIQUE problem

    Posted 12/26/07 10:08 PM

    Originally posted by: SystemAdmin


    Hi,
    I am wanting to repeat a tag in the op for every unique combination of a couple of fields in the i/p
    Any suggestions ?
    Thanks in advance
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender


  • 2.  Re: UNIQUE problem

    Posted 12/26/07 10:44 PM

    Originally posted by: SystemAdmin


    how about using the below rule though i am not sure if it would work...any other ways plz suggest

    if(
    present(
    unique(
    cseriestotext(combination of fields to be tested as unique,"ascii")
    ),
    f_map(tag_to_be_repeated in op)
    )
    )

    Message was edited by: ASK
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange


  • 3.  Re: UNIQUE problem

    Posted 01/31/08 12:03 PM

    Originally posted by: SystemAdmin


    I would suggest to produce in an output card all combinations values (by a F_MyFirstFunctionalMap (+InputRepetitiveStructure+) for example feeding a repetitive structure Blobs).
    Then in a next card to call another functional map as follows : F_MyFunctionalMap (UNIQUE (+BlobItemsOfFormerCard+))

    Hope it helps.

    Reg.
    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender