cancel
Showing results for 
Search instead for 
Did you mean: 

exclusion mask issue in sftp channel

GauravKant
Contributor
0 Kudos

Dear Experts,

I have a requirement where we are getting 5 type of files(with diff. naming conventions) from one folder out of which we need to pick 3 files in one channel and 2 others file need to pick by others channels.

FIlename: InAA

                    InBB

                    InCC

Exclude file name:

                              InXXX-ac

                              InYYY-Abc

so i have given In.*\.* for picking file on one channel.

and in exclusion i have InXXX-ac.*\.*;InYYY-Abc.*\.*


how to exclude files?

i have added exclusion mask to skip file but it is not working pls suggest.

Reagrds,

Gaurav

Accepted Solutions (1)

Accepted Solutions (1)

GauravKant
Contributor
0 Kudos

Hi All,

i have tried (?!InXXX-ac).*\.* in filename and advance selection- exclusion mask InYYY-Abc.*\.*

it has worked fine for my requirement.

Answers (2)

Answers (2)

Former Member
0 Kudos

HI Gaurav,

try this for exclude one file.

(?!InXXX-ac).*\.*

Regards,

Sugyani

former_member182455
Active Contributor
0 Kudos

Hi Gaurav,

You can configure the file masks separately. please find the below screen shot for your reference.  

  .

Regards

Srinivas