Hi,
I'm passing multiple shapefile paths from Directory and File Pathnames to a FeatureReader. The FeatureReader reads all shapefiles together, but I need it to process one shapefile at a time before moving to the next shapefile.
How can I make FeatureReader read and process each shapefile sequentially instead of combining all inputs?
Thanks.



