Is it possible to read in multiple files from a parameter with FeatureReader? For example:
C:/some_path/fileA.shp
C:/some_path/fileB.shp
SourceDataset parameter value would be: C:/some_path/fileA.shp,C:/some_path/fileB.shp
But this approach doesn't work, it gives an error.