I'm trying to convert polylines (shp) to polygons (shp).
Every polyline (in some cases multipart) has it's own number.
So that number has to stay in the attribute table of the new polygon.
The steps I'll take are:
Reader --> Attribute Exposer --> AreaBuilder (by it's own numer) --> Writer (polygon shape for 'area') AND Writer2 (polyline shape for unused_lines)
What am I doing wrong, I'm not getting the individual number through in the writer.
Which I'll see in the Inspector, so it must be there somewhere...
Any help would be appreciated!