I have created a parameter that allows the user to extract records between 2 chosen dates.
The problem is that if the user forgets when they last ran the FME, the next time it is run, they may get some duplicate records if the "From Date" chosen is a date earlier than the last time FME was run.
As usually the "To date" is always the day the FME is run, ideally I would like FME to take the date and time from the log file. That way the user will always get the latest data since FME was last run.
But I do not know to get FME to read the logfile and set this up.