cancel
Showing results for 
Search instead for 
Did you mean: 

Exclusion mask in file sender

Former Member
0 Kudos

Hi Frnds,

i have 3 interfaces separately in my environment. 3 interfaces have 3 sender file channels.All 3 channels need to pick the file from same dropzone(abc/xyz/).But file names will differs.

Lets asssume 1st channel will pick the file name starts with A(A*)

2nd channel with B (B*) and C (C*),Then i made exclusion mask A* .Other than A this file will pick up.As of now we will only get 3 file names eighter A,B or C.So i made it like that.

then i have to implement third channel file name starts with D* now.

So can i use exclusion mask in 2 nd channel A*,B*.

But i tried with Above configuration it did n't pick my D* file.As other than A 2 nd channel configured it is picking up the D* file also.

Can some body advice how can i use Exclusion mask for above critiria.

Regards,

Narendra

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

the answer given by Venkat will work for,No need to go with Exclusion mask option.

Please check the link Configuring the Sender File Adapter - Configuring the File/FTP Adapter in Integration Directory/PCK ... for a look on Exclusion Mask.

>> But i tried with Above configuration it did n't pick my D* file.As other than A 2 nd channel configured it is picking up the D* file also.


Can you share the configuration part for that channel so that we can rectify the issue.


Regards

Raj

Former Member
0 Kudos

Hi Raja,

Please find 2nd channel configuration.it sud pick file name B and C

Former Member
0 Kudos

Try with this as

Source File name:B*

Select Advanced selection for source file give the file name C* in the Advanced file selection table.

I think it will do for you

No need to use Exclusion mask here.

Regards

Raj

Former Member
0 Kudos

Hi,

For your understanding B*,C* means pick files whose name starts with B or C.

Regards

Venkat

Former Member
0 Kudos

Both options Worked...thanks...

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi ,

Here is my understanding ,you want to pick files starting with A,B,C,D from abc/xyz/ folder

Use the below.No need of any exclusion masks

A*

B*

C*

D*

Regards

Venkat

Former Member
0 Kudos

Hi Venkat,

But second channel has to pick B and C.So how can we do that.

Regards,

Narenrda

Former Member
0 Kudos

1 channel/Sender agreement is sufficient right.

Even if you are going with multiple channels .

If you want to pick files whose schema is B*,C* then simply keep as below ,why do you require exclusion mask.

B*

C*

sahana_ps
Participant
0 Kudos