Skip to main content

Hi, I have a polygon layer that represents the building footprint (attribute: building id). In .csv I have a list of apartments (attributes: building id, Apartman id). One building consists of x apartments. So, I need to x duplicates of the building footprint and each clone needs to have a different apartment id. I used the FeatureMerger to join shp and csv and clon to create duplicates of geometry but all duplicates have the same apartment id.

Hi @moset221​ 

here is a small workflow with hopefully similar to your data:

imageMy results:

imageWhen you have further trouble, can you please share some screenshots or data?


@moset221​ or try FeatureJoiner with the Left as your buildings and the Right as the CSV input.


Reply