Hi,
I am trying to add a timestamp to a file, which is being written using feature writer. The workbench is on a shared data directory with a Flow Environment.
I have seen other options of using fanout option but seems like they are limited to writers only.
I just need a simple timestamp on my text-file when its written so that I can keep records of what is being written.
I also have made a timestamp attribute using DateTimeStamper and DateTimeConvertor but don't know how to add that to the file name.
Any pointers will be appreciated.
Thank you