I simply want to create a .CSV reader that should read the following dataset:
$(FME_MF_DIR)DIDOK\didok.csv
My workbench is on a network disk P: let’s say P:/myworkbench.fmw so I expected that $(FME_MF_DIR) will be P:/.
But instead $(FME_MF_DIR) is resolved to C:\Users\MyUsername\AppData\Local\Temp.
So I guess that FME temporarily copy the workbench into C:\Users\MyUsername\AppData\Local\Temp ? How to prevent this behaviour ?