Skip to main content

I'm reading a couple of CSVs using the CSV2 Reader in FME 2017.0 then passing the data through AttributeManager. When it gets there, this appears in the log file: 2017-04-20 14:07:14| 89.6| 1.3|WARN |AttributeManager(AttrSetFactory): Splitting feature table into features because this factory does not support feature tables

Can someone explain what this means? Is it something to do with CSV2?

I suspect this is related to the "point-cloud-like" technology used in the CSV2 reader. The warning probably just means that your "feature-cloud" was converted to regular features before entering the AttributeManager, since it doesn't work with "feature-clouds" (or feature tables, as they seem to be called).


https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Workbench/!FME_Geometry/Feature-Table.htm


Thanks for the link, couldn't find it using Google for some reason.

Reply