Skip to main content

hello,

I remember that it is possible to start the automation when new source files are coming in a folder from file system, or by email, but this time I'll need to run the script just after the input file is modified.

Example:

I have an xls file with locations. When I add new lines with coordinates and save the file, the script will automatically transform the data based on new data coming from this xls file.

 

Any ideas will be much appreciated.

 

Cheers,

nicu

You can use a directory watch trigger to detect changes to its contents: https://docs.safe.com/fme/html/FME_Server_Documentation/WebUI/Automations-Triggers/Trigger-Directory_Watch.htm


Reply