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.  Passing data to wtx map from Java program

    Posted 09/01/10 10:47 AM

    Originally posted by: SailajaChaganti


    Hi,

    I need to invoke a WTX map from Java program. The input to the card is a stream (blob) of data and the data can have new line characters, various delimiters etc. I have tried given the input card setting as ECHO but to pass data with new line and other special characters this is not the way i guess. Any help greatly appreciated.

    Thanks and Regards,
    Sailaja Chaganti
    #IBM-Websphere-Transformation-Extender
    #DataExchange
    #IBMSterlingTransformationExtender


  • 2.  Re: Passing data to wtx map from Java program

    Posted 09/02/10 09:48 AM

    Originally posted by: SystemAdmin


    From a command line you would typically specify the size of the data, e.g. (here the size is 15 and the data is "here is my data"):

    
    -IE1S15 here is my data
    


    I guess it's something similar when calling from Java too.
    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender