on 2023 Mar 17 11:35 AM
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
Request clarification before answering.
Hi Arvik,
I tried extending something similar to what i was using. Can you please try and see.
(^REG.*)\.((?!(NA|PA)$)([^.]+$))
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Anoop. It worked.
User | Count |
---|---|
30 | |
21 | |
16 | |
8 | |
7 | |
6 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.