cancel
Showing results for 
Search instead for 
Did you mean: 

File Adapter Exclusion Mask

Former Member
0 Kudos

Hi all,

I'm need to specify a mask to a Sender File Adpater that prevent processing files that contains ? on the file name, example : FileABC??.txt

Is possible to use regular expression or a advanced filter to this? Because if I put ? on Exclusion Mask the ? will be understood like any character.

Best regards

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member307485
Active Participant
0 Kudos

Hi,

Have a look at this weblog:

/people/mickael.huchet/blog/2006/09/18/xipi-how-to-exclude-files-in-a-sender-file-adapter

Regards,

Divya

Former Member
0 Kudos

Hi,

Yes, I've already see it, but my problem is that I need to exclude files that hava the ? character on name, and if I simply put it a exclude mask with ? It will interpreted as one any character.

I've tried to put a Regular Expression, but it doesn't solve too. (.\?.) In this case the file named TEST-XP??TR?.txt will be excluded.

Best regards