I'm attempting to copy some files and folders into LF on a schedule. However, the folder structure is very sensitive in its organization, meaning I do not want to relocate the files into a "Processed" folder or delete them. Is there any way to prevent post processing from making these alterations? I would like the folder to remain completely untouched, but be able to be pull files from it on a schedule. Should I be looking at another option besides Import Agent? Thanks, in advance, for your assistance.
Question
Question
In Import Agent, can you just copy the files into LF and not move/delete them?
asked on August 25, 2015
0
0
Answer
SELECTED ANSWER
replied on August 26, 2015
How would the importer (whatever you use) know what files have already been imported? The reason Import Agent is set to move or delete the files is that it does not track what it has imported. Therefore, every time it runs, it will import every qualified document it finds in the monitored location.
You could, through the SDK, create your own importer that has some sort of DB of imported files that it can use to only import new files, but that is far beyond what is available in the Import Agent.
2
0