Class BasicETLCollectSourceFileNamesStep

java.lang.Object
com.kingsrook.qqq.backend.module.filesystem.processes.implementations.etl.basic.BasicETLCollectSourceFileNamesStep
All Implemented Interfaces:
BackendStep

public class BasicETLCollectSourceFileNamesStep extends Object implements BackendStep
BackendStep for collecting the file names that were discovered in the Extract step. These will be lost during the transform, so we capture them here, so that our Clean step can move or delete them. TODO - need unit test!!