I try to read a csv-file, that contains geometries in wkt as well as attributes and want to convert these in a shapefile.
The first two lines look as follows:
WKT,fid,objectid,y,bt_nummer,flaeche_qm,name_stat_,x,shape_area,shape_len
MultiPolygon(((4469285.3 5337544.1, 4469292.1 5337435.9, 4469311.4 5337437.0))),1,10,5336470.71,12.4,1297528.91423,Münchener Freiheit,4469371.47,,
(note that I have shortened and cut the vertices)
There are two problems arising:
- The inspector doesn't show the attributes at all
- The shapefile writer (connected directly) gives only empty - but correctly named - columns in the attribute table
What am I missing?