Let's assume that you have the following table in Excel:
City | Name |
---|---|
Barcelona | Erik |
Albuquerque | Jeff |
Pretoria | Elon |
Seattle | Bill |
The QGIS attribute table:
City | Population |
---|---|
Barcelona | 1,62 |
Albuquerque | 0,56 |
Pretoria | 2,48 |
Seattle | 0,74 |
You have two options to append the last column from the first table to the QGIS attribute table.
The first option is straightforward; open the .dbf
file and copy/paste the column (similar to how you'll do it in Excel). If you have errors while trying to save your data, go to the second option.
Notice that to be able to do the join, both tables need a common field.
.csv
.Unions
tab. Click on the plus green button and join the Names
layer using the field in common.Hi, I'm Erik, an engineer from Barcelona. If you like the post or have any comments, say hi.