Hi there,
I have a problem for which I hope there is a simple answer that I've just missed.
I have a very large dataset of features created by an auto-vectorising of scanned raster data. This has produced individual feature records for each dot, line etc with no relevant attribute data. I also have a set of monument polygons that I want to use to divide up the vector data into sensible blocks.
I used the 'Split' command to divide the vector data into multiple layers using the unique UID of the monument polygons creating several thousand layers. I foolishly thought that these would retain the UUID as part of their metadata, and I could use this to redissolve them, but this is not the case. I could try a spatial join to add the UUID to the relevant vector data, but this would mean thousands of individual joins, which is clearly impractical. There doesn't seem any obvious way to solve this, but I can't believe that it's not something that people need to do.
Should I not have split them in the first place, or was there some other way to do it?

Any help gratefully received.
Thanks
Simon