Forum Discussion
koryknick
2 years agoEmployee
plancor - the simplest solution I've used is to have the job that is writing the file create it using a temporary file name that doesn't match the pattern that SnapLogic is looking for, and rename it when the file is complete. Or if you are using any kind of enterprise scheduling tool, you can make the SnapLogic job dependent on the job creating the file.
plancor
2 years agoNew Contributor
Hi Kory, the file is always complete before the pipeline starts. The problem is that the File Reader snap does not always read the entire file. In fact, it does not read the whole file most times...yet sometimes it does.