Hi, I am trying to publish a file to a certain folder once per month by using FME workbench.
Currently, the file is generated daily with the filename format of YYYYMMDD. And in the destination folder, there is a single file for each month, e.g. 20240101, 20240203, 20240302, etc.
For example, if I run the workbench and generate the file on 20240601, the file should be published to the destination folder as there was no existing files in the folder with YYYYMM=202406.
However, when I run the workbench again on 20240602, the file should not be published to the destination folder, as there is already one for 202406.
Any help would be appreciated.