Solved

What does this mean? "Splitting feature table into features..."

  • 20 April 2017
  • 3 replies
  • 9 views

Badge +7

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?

icon

Best answer by david_r 20 April 2017, 15:26

View original

3 replies

Userlevel 4

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).

Badge +16

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

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

Reply