cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CPI SFTP Sender Filename Expression

aditya_20
Explorer
0 Kudos
154

Hello All,

I have got a requirement in CPI where I need the sftp sender adapter to poll all .pdf and .PDF files from a directory.

Can anyone provide some insight on how the filename field value should be provided at sftp adapter level so that it meets the requirement.

Thank you,

Aditya

 

Accepted Solutions (1)

Accepted Solutions (1)

SandeshK
Participant
0 Kudos

Hi Aditya,

Try using a regex expression like (?i)^.*\.pdf$

 

aditya_20
Explorer
0 Kudos

Thank you Sandesh, it solved the issue.

Answers (0)