We are using a 'generic' FeatureReader to handle numerous data formats (TAB, SHP, GDB, CSV, GML, DWG).
This works well, but for the latter 3 formats I have had to add readers as resources due to settings which aren't directly accessible in the FeatureReader.
Could the Generic option in the FeatureReader be modified to include format-specific settings and eliminate the need for the resource readers?