In the FME 2016, FeatureReader is added a parameter called "Max Feature to Read", This is very useful when test reader result, because you can set a smaller value (eg.10), so don't have to read all of the data can be test reader result.
But such as in the Test directory with a.shp,b.shp,c.shp, specified in the Dataset to [Test *. SHP], this will only be able to read the a.shp's before 10 features, and need a lot of time in each file read before 10 features.
So I hope as well as individual Reader, to add a "Max Feature to Read Per Feature Type" parameters to the FeatureReader.


