Hi,
I am using SFTP sender adapter to pick the files where i am having requirement pick some files and exclude some files.
I need to pickup the files with this name (.xml.asc) such as WPS_SIB_00000250_SH010100010001.xml.asc
and excludes the files which ends with _hot.xml.asc, _bad.xml.asc
WPS_SIB_00000250_SH010100010001_hot.xml.asc
WPS_SIB_00000250_SH010100010001_bad.xml.asc
Please suggest regular expression for excluding _hot.xml.asc, _bad.xml.asc these files.
Regards
Pavan