File import regex not working as expected
Hello,
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"
As per the logs it always say no file found while files are available on ftp location.
Kindly help
Regards
Naveen