I need to move the files after they went through the ETL process into a done folder. However, since they are now placed inside a (working directory), when they are done and I move them to "done" directory, I keep on getting null errors, since I believe the file watcher is still looking inside the (working director)
I need a way to allow me to move the files after they get processed in ETL into another folder, without having problem with file watcher