04-20-2021 09:32 PM
I need a pipeline to wait until a file (named say test.csv) on a network share is picked up and moved/deleted by another process. Then my pipeline can write a new test.csv. The other process might only take a few seconds, or could take up to an hour to process test.csv. Is there a way to have my SnapLogic pipeline watch test.csv on the network share and wait until that file is gone and then continue processing? This would be sort of the opposite of what File Poller does.
Solved! Go to Solution.
04-21-2021 09:22 AM
Figured it out. If anyone else is trying to accomplish the same task, here is my solution:
04-21-2021 09:22 AM
Figured it out. If anyone else is trying to accomplish the same task, here is my solution: