cancel
Showing results for 
Search instead for 
Did you mean: 

File Naming pattern for source SFTP Adapter

Former Member
0 Kudos

Hi All,

I have a requirement, to pick the particular csv file from source using SFTP adapter.

I have tried with VCR*.csv, VCR_I_COM.csv and ([^\s]+(\.(csv))$) pattrens, none of them are working.

Exception is  java.util.regex.PattrenSyntaxEXception:

Please help me any alternative for this requirement.

Accepted Solutions (1)

Accepted Solutions (1)

former_member184720
Active Contributor
0 Kudos

Hi Hari -

Please try VCR.*\.csv

Also check this

http://scn.sap.com/thread/3249516

Answers (2)

Answers (2)

monikandan_p
Active Participant
0 Kudos

Hi Hari,

  Kindly try this below file format

filename.*\.csv

Also see the attached file

Best Regards,

Monikandan

rcsegovia
Active Participant
0 Kudos

Have you look into that link?

http://scn.sap.com/thread/3376137

regards,

Roberto.