Originally posted by: Kepa_Screen
Hello:
We are using a map that reads files using the FTP Adapter.
One of our functional maps has this rule at a Field where we collect ftp'ed files data.
code =GET("FTP", "-KS -URL FTP://"
(USER_FTP Argument:Entrada1)":"+(PASSWORD_FTP Argument:Entrada1)
+"@"+(MAQUINA Argument:Entrada1)
+"/"+(DIRECTORIO_ORIGEN Argument:Entrada1)
+(FICHERO_ORIGEN Argument:Entrada1))
[/code]
At this rule "FICHERO_ORIGEN Argument:Entrada1" we have the Wildcarded filenames, like "CS*.dat"
We would like to know how to retrieve the filename of the file that is being processed at GET command, if it's possible.
Thank you very much. I can Attach my MAP & type trees.
#IBM-Websphere-Transformation-Extender#DataExchange#IBMSterlingTransformationExtender