Skip to Content
0
Jul 21, 2016 at 02:36 PM

Regular expression for excluding files in SFTP adapter

747 Views

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