I have almost 100 subdirectories, each with shapefiles of the same names, eg:
/dir1/FileA.shp
/dir1/FileB.shp
/dir2/FileA.shp
/dir2/FileB.shp
/dir99/FileA.shp
/dir99/FileB.shp
Not only are there almost 100 directories, there are also about 30 shapefiles in each.
Is there a smart way to get an FME workbench to read all these subdirectories (they are all stored under a common "mother directory") and files, so that I can merge them into one Shapefile each?
What I want is to merge all FileA.shp into one file, all FileB.shp, into another, and so on.