I have two very large sets of files from 2 different years that I need to compare with each other. I already have a workspace set up that currently performs the comparison and gives me the desired results. Reader_1 in the workspace takes a file from the year_2013 set and Reader_2 takes the corresponding file from the year_2014 set
Reader_1 - file_ABC_year_2013.tif
Reader_2 - file_ABC_year_2014.tif
What I need to do now is run the process as a batch job on all of the data so that each file from year_2013 is processed with the corresponding file from year_2014. The two sets of data contain exactly the same number of files and share a naming convention with the year appended to the end of the file name.
Do I create a csv file that lists all of the files from year_2013 and the corresponding files from year_2014? If so how are these files 'feed' to the workspace? via workspacerunner?
Batch processing using the workspacerunner seems reasonably easy when only one reader is required, however setting up two readers that require files to be matched up does not appear to be as straight forward.