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.  Time Trigger Event

    Posted 08/26/15 12:48 PM

    Originally posted by: DennisRitche


    Hi , 

    A system in IFD designed with time trigger event , and in this case iam giving file pattern as sourcepath\*.* , but somehow map is not getting triggered . in case if i am giving file pattern as sourcepath\filname.txt map is getting triggered . 

    My question is why the global filepattern is not working in this case . I have tried the same in WINDOWS , LINUX platforms.


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


  • 2.  Re: Time Trigger Event

    Posted 08/26/15 01:23 PM

    Originally posted by: paul.brett


    You can't use a wildcard for a time-triggered map.

    If you *must* have a time-triggered map, you would then need to run a map with the batch/shell script adapter to list the files you want to transform, to a temporary file, and then pass each one of these file entries to a RUN() function to do your actual mapping.

    Thank-you.

    Paul.

    Follow me on Twitter


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