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

SFTP File name in SAP PO !

das_sappo
Participant
0 Kudos
396

Dear Experts,

Could you please help me out with the file name ?

I have following files at the source folder and I need to pick up only files starting with REG and ignore the files with extension as .NA and .PA

REG_APRIL12_23456_MT940.txt.pgp.RNL32423D1459911L (this needs to be picked)

REG_APRIL12_23456_MT940.txt.pgp.RNL32423D1459911L.NA

REG_APRIL12_23456_MT940.txt.pgp.RNL32423D1459911L.PA

PRD_APRIL12_23456_MT940.txt.pgp.RNL32423D1459911L

Accepted Solutions (1)

Accepted Solutions (1)

anoop-jose
Participant
0 Kudos

Hi Arvik,

I tried extending something similar to what i was using. Can you please try and see.

(^REG.*)\.((?!(NA|PA)$)([^.]+$))
das_sappo
Participant

Thanks Anoop. It worked.

Answers (0)