I needed a way to stage data files for continuous import by a VisualCron job. The way I did this was to create 7 folders and stage data within each folder, then when the job would finish importing the last file within folder1 I had 5 tasks that would delete from folder1, move files from folder2 to folder1 and so on. I then wrote out a log file to retrigger the job to restart so it would start importing the next set of data. It works just fine, however is this the most efficient way of doing this?