Hi Everyone
I am looking for a formula to extract date from a file name 'communication.clientreporting.statements.bds.sr.20190118_095020.xml'
For all the files the date will always be at this location.
Best
Pooja
Solved! Go to Solution.
You can use a formula like this
REGEX_Replace([Filename], ".*(2\d{7}).*", "$1")
Workflow:
Hope this helps : )
User | Count |
---|---|
19 | |
14 | |
13 | |
9 | |
8 |