Skip to main content
Question

Create same geometry with different attributes

  • November 21, 2021
  • 2 replies
  • 13 views

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.

2 replies

connecter
Contributor
Forum|alt.badge.img+10
  • Contributor
  • 72 replies
  • November 21, 2021

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?


Forum|alt.badge.img+2
  • 1891 replies
  • November 22, 2021

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