I need to update a text file which contains the settings for an executable tool. It would be really useful if I could automate this in FME.
The text file is saved in UTF-8 format and for example, lines two and three contain the variables for START_TIME and END_TIME:
START_TIME=2005/01/01 00:00
END_TIME=2007/12/31 23:59
How can FME be used to change the two dates, 2005/01/01 and 2007/12/31?
Thank you, Rob