File trigger regular expression

Hi,
I want to set a trigger for identifying a file NACHA_rev3.txt and i am using regular expression ^NACHA_rev+[0-9]+.[txt]{3}$
I validate it with https://www.regexpal.com/104048 and it is correct but process is not getting triggered when placing file in folder. Can someone provide a sample or please tell me what i am missing

image

Hi,

First check if your process is running when we give *.txt or .txt

Regards,
Amit Anand

Hi Amit

it is not working if i give exact file name then it is getting executed

Thanks

Hi Amit
i give NACHA_rev3.txt as fileName Regex and enabled trigger . Then placed similar file . Then process triggered
i changed fileName regex to NACHA_rev*.txt and enabled trigger . Placed same file again process didn’t triggered .
Please help
Thanks

[quote=“nibinissac, post:4, topic:4192”]
NACHA_rev*.txt[/quote]

Hi,

Use NACHA_rev[0-9].txt

Regards,
Amit

Hi Amit

thanks for the input . i tried that but it is not working
image
kept this field blank


in EVA
image
when i place NACHA_rev3.txt in folder it is not getting picked up

I need to identify file types which has got different formats (can contain timestamps) but i found that many regular expression(found valid with online tools) are not getting picked up. Is there anything i am missing

Hi,

As of now NACHA_rev*.txt

I will send link to formulate reg ex in some time

Regards,
Amit

Hi,

Here is the link you can refer to: