This would for instance be usefull when dealing with XML, JSON or rasterdata from API's. Kind of like how the RasterReplacer transformer offers this functionality for rasterdata.
Of course there is the option of writing to a temporary file (TempPathnameCreator - AttributeFileWriter) and then reading it in from the (temporary) filepath, but I think a direct implementation in the FeatureReader would be nicer (and maybe also a bit more efficient, since you already have the data as a blob).


