File poller to not pickup certain file name

Hi All,
I have a file poller that monitors for ., But for certain time period i don’t want the poller to look for certain file name .e.g: Inte*.xml. though i want it to pickup other xml and other files only the certain file name has to be ignored. Is there any option to filter the File name filter parameter in IS admin page?

This is not possible by OOTB file polling feature however you can achieve it by writing a custom logic in your processing service, did you try that?

Yes ,This can be implemented thru custom logic only in the processing service to filter out/ignore any unwanted files unless there is no easy way with filename pattern.

HTH,
RMG.