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.  Batch convert Source maps to XML and TypeTrees to mts

    Posted 11/14/07 09:55 AM

    Originally posted by: Kepa_Screen


    Hi:

    Is there any batch way to export maps from source mms to xml ?
    I'd like to export to xml a lot of maps in order to change map names, and card names with "Search & Replace", and then, reimport to recompile them again.

    The same with TypeTrees, i'd like to export them to mts, change some type names, and then reimport them, but all this in a command line mode.

    Thanks in advance.
    #IBM-Websphere-Transformation-Extender
    #DataExchange
    #IBMSterlingTransformationExtender


  • 2.  Re: Batch convert Source maps to XML and TypeTrees to mts

    Posted 11/14/07 11:47 AM

    Originally posted by: janhess


    Yes if you've got the right version. What's your version?
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender


  • 3.  Re: Batch convert Source maps to XML and TypeTrees to mts

    Posted 11/14/07 02:00 PM

    Originally posted by: NancyR


    use MEXPORT, make the changes and use MIMPORT. There are also TEXPORT and TIMPORT utility functions. More info in the Utility Commands pdf.
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender


  • 4.  Re: Batch convert Source maps to XML and TypeTrees to mts

    Posted 11/15/07 03:30 AM

    Originally posted by: Kepa_Screen


    Thank you very much. Yes, this is what i was looking for.
    This is a very good way to change source files with a little cost of work.

    I used mexport in order to pass mms files to xml. Then, i used "Inforapid Search & Replace" to change map names, card names, input/output name of types used, etc.
    Then mimport to convert again from xml to mms.

    The same with types, i used texport for converting from mtt to mts ( text files ), used Search & Replace to change item names, and then timport for converting again from mts to mtt.

    Then recompile all maps with mcompile -a, and all my work was done saving a lot of time.

    Thanks again for your help-
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange