The current (1.0.1) version of the workflow tool allows the user to specify the input directory that's scanned for source files, but there is a use case for a nested directory of files to be converted (e.g., multiple dumps of data from a single provider). This would be dramatically simpler to process if the code could recurse down the directory tree from the directory specified and find all suitable source files and make a running list that contains all eligible files.
The output files can be written separately into a single directory.
The current (1.0.1) version of the workflow tool allows the user to specify the input directory that's scanned for source files, but there is a use case for a nested directory of files to be converted (e.g., multiple dumps of data from a single provider). This would be dramatically simpler to process if the code could recurse down the directory tree from the directory specified and find all suitable source files and make a running list that contains all eligible files.
The output files can be written separately into a single directory.