Regex in automation
I do have a automation setup to retrive a file from FTP location and looks like regex used to fetch the file name is not working.
The file names available at ftp are as following
bibleoutlet_102320200031.txt
bibleoutlet_102220200031.txt
bibleoutlet_102120200031.txt
bibleoutlet_102020200031.txt
Regex used in automation config script as following
"regex":string"/bibleoutlet_{{DATE}}(.*).txt/"
"date_format":string"mdY"
Kindly help
Regards
Naveen
#
Hi Naveen,
Thanks for confirming the following works:
/bibleoutlet_\d+\.txt/
Thanks,
Rohit