cancel
Showing results for 
Search instead for 
Did you mean: 

Wild Character in PI 7.3 with SFTP Adapter

Former Member
0 Kudos

Hi,

When i use the abc*.txt,  it does not pick up the file in PI 7.3 SFTP Adapter.

When we are using the wild character should we need to take care anything.

Thanks,

Jignesh shah

Accepted Solutions (0)

Answers (9)

Answers (9)

0 Kudos

Hi,

in PI 7.11 (and newer?) it´s also possible to combine wildcards with regular expressions in this way:

.*.[t|T][x|X][t|T]

So you can handle files with .txt or .TXT as ending.

Regards,

Markus

anupam_ghosh2
Active Contributor
0 Kudos

Hi Jignesh,

                 The file name scheme is perfectly ok.

In case file is not being picked up try with just *.* to check if communication channel is working properly or not and then proceed to modification. If the issue persists need to inform BASIS team or raise an incident with SAP.

Regards

Anupam

praveen_sutra
Active Contributor
0 Kudos

hi Jignesh,

Please check if the extension of the file is in the lower case as mentioned(abc*.txt).

thanks and regards,

Praveen T

r_s_kulkarni11
Participant
0 Kudos

Hi Jignesh,

[abc].*.txt worked for you?

iaki_vila
Active Contributor
0 Kudos

Hi,

In addition to the regular expression mentioned by Haresh, you could need to set ~/ like root directory (https://help.sap.com/saphelp_nwposc/helpdata/en/2e/99f0fb5a9e45b3b148c90e87fafcd1/content.htm).

Regards.

r_s_kulkarni11
Participant
0 Kudos

Hi Jignesh,

Please use [abc].*.txt

former_member191435
Contributor
0 Kudos

Try Like this [A-Z]*.*txt

or

[a]*[b]*[c]*.*txt

Former Member
0 Kudos

Hello,

U can check this also: abc* or abc*.*

Thanks

Amit Srivastava

former_member184720
Active Contributor
0 Kudos

try abc.*\.txt

former_member184720
Active Contributor
0 Kudos

unlike to the regular adapter, we need to give the regular expression to pick the files using SFTP adapter.

Have a look at the below blogs -

https://help.sap.com/saphelp_nwposc/helpdata/en/2e/99f0fb5a9e45b3b148c90e87fafcd1/content.htmhttp://scn.sap.com/community/pi-and-soa-middleware/blog/2012/04/11/sap-sftp-sender-adapter-a-quick-w...