cancel
Showing results for 
Search instead for 
Did you mean: 

Sender SFTP Adapter - File name issue.

former_member309357
Participant
0 Kudos

Hello Team,

      I configured sender SFTP channel. And I want to process the csv files with the name hrfilees. So I have given the file name as "hfrilees*.csv" in the sender channel.

      But when I am trying to send the same. Getting the message in the channel monitoring that "No files" exist.

      Could you please let me know if any specific naming formats to be used in Sender adapter.

Thanks

Ravi

Accepted Solutions (1)

Accepted Solutions (1)

former_member184720
Active Contributor
0 Kudos

SFTP adapter uses regular expression. Try below

hfrilees.*\.csv


You can also refer to my reply in the below thread -

Message was edited by: Hareesh Gampa

Answers (2)

Answers (2)

former_member184720
Active Contributor
0 Kudos

I see that your issue has been resolved. You can close the thread.

Former Member
0 Kudos

Hello ,

Use .*hfrilees.*

It should work then.

Thanks