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.  use put function to send data to file adapter

    Posted 02/23/09 05:45 AM

    Originally posted by: SystemAdmin


    Can you show me the command to use the put function to send data to file adapter?

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


  • 2.  Re: use put function to send data to file adapter

    Posted 02/23/09 08:45 AM

    Originally posted by: NancyR


    From the Functions and Expressions Reference Guide:
    Syntax: PUT (single-text-expression , single-text-expression, single-text-expression)
    Meaning: PUT (adapter_alias , adapter_commands, data_to_send_to_adapter)

    For example, PUT ( "FILE", "c:\directory_name\file_name", PACKAGE (data_source) )

    where you want the data contained in data_source written to a file named file_name in c:\directory_name.
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender


  • 3.  Re: use put function to send data to file adapter

    Posted 02/23/09 10:23 AM

    Originally posted by: jvanboga


    also, depending on what level the data is at '...,seriestotext(put_data))

    Usually 'package' works.
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender