cancel
Showing results for 
Search instead for 
Did you mean: 

Sender File name condition.

vijay_b4
Active Contributor
0 Kudos

Hi, I have a requirement that i need pick up the three files in the same directory: xyz file names:one.dat,two.dat,three.dat.

and at the receiver the filename should be same as received.

at the sender channel i mentioned as:

and in the receiver channel module i had specified as:

But the issue is its picking up only one.dat file and placing it in the receiver dir as same name, but not others and fyi the sender is ftp. Any help?

Thank you!

Accepted Solutions (1)

Accepted Solutions (1)

Snavi
Active Participant
0 Kudos

Hi Vijay,

You can use the advanced selection for source file option in the FTP sender channel

Answers (1)

Answers (1)

bhagya_nayanala
Explorer
0 Kudos

Hi

You can use ;(Semi colon) instead of | for picking up different files from same Directory.

-Bhagya

vijay_b4
Active Contributor
0 Kudos

I don't want to go with File Mask option, i  want to try conditional operator method, but unfortunately the operator " | " did not work , i tried using ";" but no use...any other option?

former_member186851
Active Contributor
0 Kudos

Hello Vijay

Try like this

*.dat.

bhagya_nayanala
Explorer
0 Kudos

Semi colon is working fine in my scenario. Please cross check the file names you are giving in channel, they are case sensitive.