IBM Sterling Transformation Extender

Sterling Transformation Extender

Come for answers, stay for best practices. All we're missing is you.

 View Only
  • 1.  Explicit and Implicit properties with examples

    Posted Thu July 30, 2015 02:28 PM

    Originally posted by: @SRRT


    I have studied about Implicit and explicit properties.I tried by placing Implicit group in explicit group and also viceversa. But I am not getting clear idea about that. Can any one please explain about the difference between these properties with a sample example.


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


  • 2.  Re: Explicit and Implicit properties with examples

    Posted Fri July 31, 2015 07:50 AM

    Originally posted by: paul.brett


    Copied from another developerWorks forum post:

    "Consider we have a group which has multiple records.  Now the record group is implicit because it is not a fixed format i.e, we don't know how many records are present as they are distinguishable by their position.  The record group is explicit because it is a fixed format and the records are distinguishable by a delimiter i.e, we can know how many records are present."

    Thank-you.

    Paul.

    Follow me on Twitter


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


  • 3.  Re: Explicit and Implicit properties with examples

    Posted Fri July 31, 2015 07:51 AM

    Originally posted by: paul.brett


    See if you can build your own examples.  If you struggle, please post your efforts, with explanations as to what you tried, and the results achieved (content traces).

    Thank-you.

    Paul.

    Follow me on Twitter


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


  • 4.  Re: Explicit and Implicit properties with examples

    Posted Tue August 04, 2015 10:28 AM
      |   view attached

    Originally posted by: @SRRT


    Hi paul,

          I have created a type tree of group with 4 records. Please check Explicit is working, but Implicit is not working .I am attaching my PI .Can you please find the solution for this.

    Thank You.


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

    Attachment(s)

    zip
    TESTCom.zip   5 KB 1 version


  • 5.  Re: Explicit and Implicit properties with examples

    Posted Wed August 05, 2015 03:13 AM

    Originally posted by: paul.brett


    This map works perfectly.

    Input = SOUMYA*KUSUMA*CHINNA*PRESAD

    Output = SOUMYA***PRESAD

    What was you expecting?

    Thank-you.

    Paul.

    Follow me on Twitter


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


  • 6.  Re: Explicit and Implicit properties with examples

    Posted Wed August 05, 2015 05:29 AM

    Originally posted by: @SRRT


    Hi Paul,

    Input = SOUMYA*KUSUMA*CHINNA*PRESAD

    Output = SOUMYA***PRESAD.

    This is the output for Explicit(Delimited) property.

    But When I give the same input for Implicit (Delimited)Property.I am getting the same Output as SOUMYA***PRESAD . Then wat is the difference between these two...?.and  Can you please Explain about explicit (Fixed) also ...?

    Thank You


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


  • 7.  Re: Explicit and Implicit properties with examples

    Posted Mon August 10, 2015 10:12 AM

    Originally posted by: paul.brett


    The difference is, the circumstances under which you would use them.  I would not necessarily expect the outut of the map to change, just because of a change to the input Typetree group properties.  (More likely, I would expect an input validation failure of some kind).

    If your data has definitive syntax items that allow the components of a group to be explicitly identified, you would use explicit.

    If it is only the properties of the items that distinguish where they start/end, then you would only be able to implicitly distinguish the components of the group, and therefore you would use implicit.

    I hope that the explanation is clear.

    Thank-you.

    Paul.

    Follow me on Twitter


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


  • 8.  Re: Explicit and Implicit properties with examples

    Posted Tue August 11, 2015 12:21 PM

    Originally posted by: @SRRT


    Ok Thanks @paul .I got the answer.


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


  • 9.  Re: Explicit and Implicit properties with examples

    Posted Fri August 14, 2015 09:44 AM

    Originally posted by: @SRRT


    Hi paul,

    I have a small doubt. According to my input ,The output for Explicit is Output = SOUMYA***PRESAD.

    But In Implicit property, I should get this output as Output = SOUMYAPRESAD, according to this sentence what i searched 

    "The implicit format relies on the properties of the component types.The format is not fixed. If delimiters separate components, they do not appear for missing components."

    To get that output ,What changes i should make in the type tree...? Can  you please make changes for that PI.....


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