Hi FME Community,
I've recently been given quite a big task of migrating, renaming and sorting documents. I have naied the moving and renaming part by using a mix of FME and SystemCaller for Robocopy (as FME would output the PDF files as folders, for some reason).
So, the moving is all good, but is there a way I can use FME (as I am quite constrained by my working environment, such as python being stock and FME version) to say -
"if a file exists in folder A, but also exists in subfolder X, delete the file in folder A"
I've tried with a DuplicateFilter, which gets a few, but misses others (attached screenshot).
Been going mad with this one