Read file with changing name
Hello,
First let me preface that i’ve searched on this forum for the right answer, some things seemed like they’d fit but ultimately nothing was exactly what I needed to accomplish my task. I’m hoping it’s a case of missing something obvious.
I have to grab a file every half hour from a folder. I can use file-reader to grab one with no problem and the pipeline all works as expected… BUT. starting this week the files will be dumped with the following pattern.filename_YYYYMMDD:MMSS.txt
the new file will always overwrite the old one, so i just need to tell file reader(or whichever is the right snap) to grab the file matching that pattern. I tried using the pattern technique from the file WRITER but it didn’t work with my reader.
ANY suggestions would be greatly appreciated.